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 --- include/sys/stat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sys/stat.h b/include/sys/stat.h index 9283a8971..f3a52ad66 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -256,6 +256,7 @@ extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__restrict __file, extern int fstatat64 (int __fd, const char *__restrict __file, struct stat64 *__restrict __buf, int __flag) __THROW __nonnull ((2, 3)); +libc_hidden_proto(fstatat64) # endif #endif -- cgit v1.2.3