summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-04-30 01:35:10 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-04-30 01:35:10 +0000
commit7d1552c15e52caf8f848aaa93cdce21a42dd105c (patch)
tree85cd3fb287ffa46d8b1430c89ca03ebbcef68e6f /hurd
parente96f496ede8723a6c5eed1a59b03fb82f81a745d (diff)
Formerly fs.defs.~64~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/fs.defs8
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 (