aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/telldir.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/telldir.c')
-rw-r--r--sysdeps/mach/hurd/telldir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/telldir.c b/sysdeps/mach/hurd/telldir.c
index 21fb8f2..ed5a325 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;
}