From 36b3c53f924f049e32d677e914592389b875d28b Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 11 Oct 2012 12:18:54 +0100 Subject: stat64: Use fstatat64 if arch does not have the stat64 syscall Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/fstatat64.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/fstatat64.c') diff --git a/libc/sysdeps/linux/common/fstatat64.c b/libc/sysdeps/linux/common/fstatat64.c index fbf096300..015f57d13 100644 --- a/libc/sysdeps/linux/common/fstatat64.c +++ b/libc/sysdeps/linux/common/fstatat64.c @@ -33,6 +33,7 @@ int fstatat64(int fd, const char *file, struct stat64 *buf, int flag) return INLINE_SYSCALL(fstatat64, 4, fd, file, buf, flag); # endif } +libc_hidden_def(fstatat64) #else /* should add emulation with fstat64() and /proc/self/fd/ ... */ #endif -- cgit v1.2.3