diff options
Diffstat (limited to 'sysdeps/posix')
-rw-r--r-- | sysdeps/posix/dirfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/posix/dirfd.c b/sysdeps/posix/dirfd.c index e09a45d717..5afc9f37e7 100644 --- a/sysdeps/posix/dirfd.c +++ b/sysdeps/posix/dirfd.c @@ -28,3 +28,4 @@ __dirfd (DIR *dirp) } weak_alias (__dirfd, dirfd) +libc_hidden_def (dirfd) |