OSDN Git Service

Silly me. I left in a define which caused statfs64 to
authorEric Andersen <andersen@codepoet.org>
Thu, 15 Nov 2001 14:19:23 +0000 (14:19 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 15 Nov 2001 14:19:23 +0000 (14:19 -0000)
recursively call itself.

libc/sysdeps/linux/common/statfs64.c

index 6941680..2a0a930 100644 (file)
@@ -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>