diff options
Diffstat (limited to 'libc/misc/statfs/fstatvfs64.c')
-rw-r--r-- | libc/misc/statfs/fstatvfs64.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/misc/statfs/fstatvfs64.c b/libc/misc/statfs/fstatvfs64.c index efaea03c2..f57e9d9bb 100644 --- a/libc/misc/statfs/fstatvfs64.c +++ b/libc/misc/statfs/fstatvfs64.c @@ -29,12 +29,8 @@ #include <sys/statvfs.h> - #undef stat #define stat stat64 -#if !defined __UCLIBC_LINUX_SPECIFIC__ -#else -#endif int fstatvfs64 (int fd, struct statvfs64 *buf) { |