diff options
Diffstat (limited to 'sysdeps/posix/dirfd.c')
-rw-r--r-- | sysdeps/posix/dirfd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/posix/dirfd.c b/sysdeps/posix/dirfd.c index 1630f8987b..e56a589438 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; } |