diff options
Diffstat (limited to 'sysdeps/mach/hurd/seekdir.c')
-rw-r--r-- | sysdeps/mach/hurd/seekdir.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/seekdir.c b/sysdeps/mach/hurd/seekdir.c index d13561cf5e..ccbef320f6 100644 --- a/sysdeps/mach/hurd/seekdir.c +++ b/sysdeps/mach/hurd/seekdir.c @@ -24,9 +24,7 @@ /* Seek to position POS in DIRP. */ /* XXX should be __seekdir ? */ void -seekdir (dirp, pos) - DIR *dirp; - long int pos; +seekdir (DIR *dirp, long int pos) { __libc_lock_lock (dirp->__lock); /* Change our entry index pointer to POS and discard any data already |