diff options
Diffstat (limited to 'libc/sysdeps/linux/common/linkat.c')
-rw-r--r-- | libc/sysdeps/linux/common/linkat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/linkat.c b/libc/sysdeps/linux/common/linkat.c index 9abe9ec71..26a3d08e0 100644 --- a/libc/sysdeps/linux/common/linkat.c +++ b/libc/sysdeps/linux/common/linkat.c @@ -11,6 +11,7 @@ #ifdef __NR_linkat _syscall5(int, linkat, int, fromfd, const char *, from, int, tofd, const char *, to, int, flags) +libc_hidden_def(linkat) #else /* should add emulation with link() and /proc/self/fd/ ... */ #endif |