Jelajahi Sumber

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

Eric Andersen 22 tahun lalu
induk
melakukan
257dd591c2
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  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>