diff options
Diffstat (limited to 'include/sys/statfs.h')
-rw-r--r-- | include/sys/statfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |