Browse Source

Silly me. I left in a define which caused statfs64 to
recursively call itself.

Eric Andersen 22 years ago
parent
commit
257dd591c2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libc/sysdeps/linux/common/statfs64.c

+ 0 - 3
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>