summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/readlinkat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/readlinkat.c')
-rw-r--r--libc/sysdeps/linux/common/readlinkat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/readlinkat.c b/libc/sysdeps/linux/common/readlinkat.c
index d0a98e115..995b9e2c1 100644
--- a/libc/sysdeps/linux/common/readlinkat.c
+++ b/libc/sysdeps/linux/common/readlinkat.c
@@ -11,6 +11,7 @@
#ifdef __NR_readlinkat
_syscall4(ssize_t, readlinkat, int, fd, const char *, path, char *, buf, size_t, len)
+libc_hidden_def(readlinkat)
#else
/* should add emulation with readlink() and /proc/self/fd/ ... */
#endif