aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/dirfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/posix/dirfd.c')
-rw-r--r--sysdeps/posix/dirfd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/posix/dirfd.c b/sysdeps/posix/dirfd.c
index 1630f89..e56a589 100644
--- a/sysdeps/posix/dirfd.c
+++ b/sysdeps/posix/dirfd.c
@@ -22,8 +22,7 @@
#undef dirfd
int
-dirfd (dirp)
- DIR *dirp;
+dirfd (DIR *dirp)
{
return dirp->fd;
}