diff options
Diffstat (limited to 'sysdeps/mach/hurd/fcntl.c')
-rw-r--r-- | sysdeps/mach/hurd/fcntl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/fcntl.c b/sysdeps/mach/hurd/fcntl.c index 15aa3ae6af..5c492df35d 100644 --- a/sysdeps/mach/hurd/fcntl.c +++ b/sysdeps/mach/hurd/fcntl.c @@ -201,5 +201,6 @@ __libc_fcntl (int fd, int cmd, ...) return result; } +INTDEF2 (__libc_fcntl, __fcntl) weak_alias (__libc_fcntl, __fcntl) weak_alias (__libc_fcntl, fcntl) |