diff options
-rw-r--r-- | libc/misc/statfs/fstatvfs.c | 13 | ||||
-rw-r--r-- | libc/misc/statfs/statvfs.c | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/libc/misc/statfs/fstatvfs.c b/libc/misc/statfs/fstatvfs.c index 84f68ae9b..5e08f51ad 100644 --- a/libc/misc/statfs/fstatvfs.c +++ b/libc/misc/statfs/fstatvfs.c @@ -19,19 +19,6 @@ #include <features.h> -#ifdef __UCLIBC_HAVE_LFS__ -#if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS != 64 -#undef _FILE_OFFSET_BITS -#define _FILE_OFFSET_BITS 64 -#endif -#ifndef __USE_FILE_OFFSET64 -# define __USE_FILE_OFFSET64 1 -#endif -#ifndef __USE_LARGEFILE64 -# define __USE_LARGEFILE64 1 -#endif -#endif - #define __USE_GNU #include <errno.h> #include <mntent.h> diff --git a/libc/misc/statfs/statvfs.c b/libc/misc/statfs/statvfs.c index 1e3ec0a36..02a95fcde 100644 --- a/libc/misc/statfs/statvfs.c +++ b/libc/misc/statfs/statvfs.c @@ -19,19 +19,6 @@ #include <features.h> -#ifdef __UCLIBC_HAVE_LFS__ -#if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS != 64 -#undef _FILE_OFFSET_BITS -#define _FILE_OFFSET_BITS 64 -#endif -#ifndef __USE_FILE_OFFSET64 -# define __USE_FILE_OFFSET64 1 -#endif -#ifndef __USE_LARGEFILE64 -# define __USE_LARGEFILE64 1 -#endif -#endif - #define __USE_GNU #include <errno.h> #include <mntent.h> |