From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- include/sys/statvfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sys/statvfs.h') diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h index 685dd2619..e755bafc1 100644 --- a/include/sys/statvfs.h +++ b/include/sys/statvfs.h @@ -52,6 +52,7 @@ __BEGIN_DECLS extern int statvfs (__const char *__restrict __file, struct statvfs *__restrict __buf) __THROW __nonnull ((1, 2)); +libc_hidden_proto(statvfs) #else # ifdef __REDIRECT extern int __REDIRECT (statvfs, @@ -73,6 +74,7 @@ extern int statvfs64 (__const char *__restrict __file, #ifndef __USE_FILE_OFFSET64 extern int fstatvfs (int __fildes, struct statvfs *__buf) __THROW __nonnull ((2)); +libc_hidden_proto(fstatvfs) #else # ifdef __REDIRECT extern int __REDIRECT (fstatvfs, (int __fildes, struct statvfs *__buf), -- cgit v1.2.3