diff options
Diffstat (limited to 'sysdeps/mach/hurd/telldir.c')
-rw-r--r-- | sysdeps/mach/hurd/telldir.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/telldir.c b/sysdeps/mach/hurd/telldir.c index 21fb8f2bc0..ed5a325828 100644 --- a/sysdeps/mach/hurd/telldir.c +++ b/sysdeps/mach/hurd/telldir.c @@ -25,8 +25,7 @@ /* Return the current position of DIRP. */ /* XXX should be __telldir ? */ long int -telldir (dirp) - DIR *dirp; +telldir (DIR *dirp) { return dirp->__entry_ptr; } |