From 13f56c443b697190373d555b25e2577dcd32a3b6 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 11 Oct 2012 12:15:50 +0100 Subject: stat: Use fstatat64 if arch does not have the stat 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 f3a52ad66..495a68cb1 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -241,6 +241,7 @@ libc_hidden_proto(fstat64) extern int fstatat (int __fd, const char *__restrict __file, struct stat *__restrict __buf, int __flag) __THROW __nonnull ((2, 3)); +libc_hidden_proto(fstatat) # else # ifdef __REDIRECT_NTH extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__restrict __file, -- cgit v1.2.3