summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/fchmodat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/fchmodat.c')
-rw-r--r--libc/sysdeps/linux/common/fchmodat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/fchmodat.c b/libc/sysdeps/linux/common/fchmodat.c
index 8224a528a..1e936e039 100644
--- a/libc/sysdeps/linux/common/fchmodat.c
+++ b/libc/sysdeps/linux/common/fchmodat.c
@@ -32,6 +32,7 @@ int fchmodat(int fd, const char *file, mode_t mode, int flag)
return INLINE_SYSCALL(fchmodat, 3, fd, file, mode);
}
+libc_hidden_def(fchmodat)
#else
/* should add emulation with fchmod() and /proc/self/fd/ ... */
#endif