소스 검색

You included the wrong file. Check your work better next time. You get a big fat "F" for this one.

"Steven J. Hill" 18 년 전
부모
커밋
aa837e9aed
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      libc/stdio/ftello64.c

+ 2 - 2
libc/stdio/ftello64.c

@@ -9,7 +9,7 @@
 
 #ifdef __UCLIBC_HAS_LFS__
 # define __DO_LARGEFILE
-# define FTELL				__ftello64
+# define FTELL			__ftello64
 # define OFFSET_TYPE		__off64_t
-# include "fgetpos.c"
+# include "ftello.c"
 #endif