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/statfs.h | |
parent | b133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff) |
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/sys/statfs.h')
-rw-r--r-- | include/sys/statfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/statfs.h b/include/sys/statfs.h index f4177d4c9..504be0308 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -43,6 +43,7 @@ extern int __REDIRECT_NTH (statfs, #ifdef __USE_LARGEFILE64 extern int statfs64 (__const char *__file, struct statfs64 *__buf) __THROW __nonnull ((1, 2)); +libc_hidden_proto(statfs64) #endif #if defined __UCLIBC_LINUX_SPECIFIC__ @@ -62,6 +63,7 @@ extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf), #ifdef __USE_LARGEFILE64 extern int fstatfs64 (int __fildes, struct statfs64 *__buf) __THROW __nonnull ((2)); +libc_hidden_proto(fstatfs64) #endif #endif /* __UCLIBC_LINUX_SPECIFIC__ */ |