diff options
Diffstat (limited to 'sysdeps/posix')
-rw-r--r-- | sysdeps/posix/dup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/dup.c b/sysdeps/posix/dup.c index 9525e76749..abf3ff59dd 100644 --- a/sysdeps/posix/dup.c +++ b/sysdeps/posix/dup.c @@ -26,5 +26,5 @@ __dup (int fd) { return fcntl (fd, F_DUPFD, 0); } - +libc_hidden_def (__dup) weak_alias (__dup, dup) |