diff options
Diffstat (limited to 'libc/misc/statfs/statvfs64.c')
-rw-r--r-- | libc/misc/statfs/statvfs64.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/misc/statfs/statvfs64.c b/libc/misc/statfs/statvfs64.c index 3f1defefc..8716b1517 100644 --- a/libc/misc/statfs/statvfs64.c +++ b/libc/misc/statfs/statvfs64.c @@ -28,21 +28,12 @@ #include <sys/statfs.h> #include <sys/statvfs.h> -/* Experimentally off - libc_hidden_proto(memset) */ -/* Experimentally off - libc_hidden_proto(strcmp) */ -/* Experimentally off - libc_hidden_proto(strsep) */ -/* libc_hidden_proto(setmntent) */ -/* libc_hidden_proto(getmntent_r) */ -/* libc_hidden_proto(endmntent) */ #undef stat #define stat stat64 #if defined __UCLIBC_LINUX_SPECIFIC__ -/* libc_hidden_proto(statfs64) */ #else -/* libc_hidden_proto(statvfs) */ #endif -/* libc_hidden_proto(stat64) */ int statvfs64 (const char *file, struct statvfs64 *buf) { |