summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/mkdirat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/mkdirat.c')
-rw-r--r--libc/sysdeps/linux/common/mkdirat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/mkdirat.c b/libc/sysdeps/linux/common/mkdirat.c
index 4da9468e1..871104bda 100644
--- a/libc/sysdeps/linux/common/mkdirat.c
+++ b/libc/sysdeps/linux/common/mkdirat.c
@@ -11,6 +11,7 @@
#ifdef __NR_mkdirat
_syscall3(int, mkdirat, int, fd, const char *, path, mode_t, mode)
+libc_hidden_def(mkdirat)
#else
/* should add emulation with mkdir() and /proc/self/fd/ ... */
#endif