diff options
Diffstat (limited to 'include/sys/statvfs.h')
-rw-r--r-- | include/sys/statvfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h index 40acf9db16..b3c6a35c64 100644 --- a/include/sys/statvfs.h +++ b/include/sys/statvfs.h @@ -4,4 +4,7 @@ /* Now define the internal interfaces. */ extern int __statvfs64 (__const char *__file, struct statvfs64 *__buf); extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf); + +libc_hidden_proto (statvfs) +libc_hidden_proto (fstatvfs) #endif |