소스 검색

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

Eric Andersen 23 년 전
부모
커밋
257dd591c2
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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>