summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-15 14:19:23 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-15 14:19:23 +0000
commit257dd591c271a80b2b003cd042aabcce83a69de4 (patch)
tree10ac9d8203eb456918fb2125e215899106728e3d /libc
parent7f4745c277473e6f20cb988ba4dbd2364e24dd16 (diff)
Silly me. I left in a define which caused statfs64 to
recursively call itself.
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/statfs64.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/statfs64.c b/libc/sysdeps/linux/common/statfs64.c
index 69416803a..2a0a930c4 100644
--- a/libc/sysdeps/linux/common/statfs64.c
+++ b/libc/sysdeps/linux/common/statfs64.c
@@ -20,9 +20,6 @@
#include <features.h>
#ifdef __UCLIBC_HAVE_LFS__
-
-#define _FILE_OFFSET_BITS 64
-#define __USE_FILE_OFFSET64
#define __USE_LARGEFILE64
#include <errno.h>