浏览代码

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