From a1a76682c458e7d6bb654ddb42135c7be8872a9d Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 11 Oct 2012 11:38:44 +0100 Subject: statfs: Use statfs64 if arch does not have the statfs syscall Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- include/sys/statfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sys/statfs.h b/include/sys/statfs.h index 0b90c1319..ab74b0bbd 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -30,6 +30,7 @@ __BEGIN_DECLS #ifndef __USE_FILE_OFFSET64 extern int statfs (const char *__file, struct statfs *__buf) __THROW __nonnull ((1, 2)); +libc_hidden_proto(statfs) #else # ifdef __REDIRECT_NTH extern int __REDIRECT_NTH (statfs, -- cgit v1.2.3