diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-04-30 01:35:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-04-30 01:35:10 +0000 |
commit | 7d1552c15e52caf8f848aaa93cdce21a42dd105c (patch) | |
tree | 85cd3fb287ffa46d8b1430c89ca03ebbcef68e6f /hurd/fs.defs | |
parent | e96f496ede8723a6c5eed1a59b03fb82f81a745d (diff) |
Formerly fs.defs.~64~
Diffstat (limited to 'hurd/fs.defs')
-rw-r--r-- | hurd/fs.defs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hurd/fs.defs b/hurd/fs.defs index b12e8ae4..baab7aea 100644 --- a/hurd/fs.defs +++ b/hurd/fs.defs @@ -96,14 +96,6 @@ routine file_utimes ( new_atime: time_value_t; new_mtime: time_value_t); -/* Change current file offset */ -/* INTR */ -routine file_seek ( - seek_file: file_t; - offset: int; - whence: int; - out newp: int); - /* Truncate file */ /* INTR */ routine file_truncate ( |