From 1e57a2785af5684112b81767f572d784622ac191 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 3 Sep 2002 21:58:19 +0000 Subject: Oops. Turns out I broke statvfs() and fstatvfs() back in February, when I accidentally changed them unconditionally into the 64 bit versions... Oops. -Erik --- libc/misc/statfs/fstatvfs.c | 13 ------------- libc/misc/statfs/statvfs.c | 13 ------------- 2 files changed, 26 deletions(-) (limited to 'libc/misc/statfs') 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 -#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 #include 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 -#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 #include -- cgit v1.2.3