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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/dirfd.c b/sysdeps/posix/dirfd.c
index e09a45d717..c140da28ec 100644
--- a/sysdeps/posix/dirfd.c
+++ b/sysdeps/posix/dirfd.c
@@ -26,5 +26,5 @@ __dirfd (DIR *dirp)
{
return dirp->fd;
}
-
+libc_hidden_def (__dirfd)
weak_alias (__dirfd, dirfd)