OSDN Git Service

access: Use faccessat if arch does not have the access syscall
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / faccessat.c
index 09ca129..156df64 100644 (file)
@@ -11,6 +11,7 @@
 
 #ifdef __NR_faccessat
 _syscall4(int, faccessat, int, fd, const char *, file, int, type, int, flag)
+libc_hidden_def(faccessat)
 #else
 /* should add emulation with faccess() and /proc/self/fd/ ... */
 #endif