summaryrefslogtreecommitdiff
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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/telldir.c b/sysdeps/mach/hurd/telldir.c
index 21fb8f2bc0..8a53d3aa75 100644
--- a/sysdeps/mach/hurd/telldir.c
+++ b/sysdeps/mach/hurd/telldir.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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;
}