diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
commit | cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch) | |
tree | f5f56f2ef0f3048325419857d0b538135524ff8c /include/sys/statvfs.h | |
parent | b133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff) |
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/sys/statvfs.h')
-rw-r--r-- | include/sys/statvfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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), |