summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-20 00:47:10 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-20 00:47:10 +0000
commitaa837e9aedf3d4a5b9e32c8c1bed97be0e38cf51 (patch)
tree257ed88992b650bbece562e1ded82e8010b2f5f1
parent0a18f43f729c349e43bd3c6a724480cc18a518a9 (diff)
You included the wrong file. Check your work better next time. You get a big fat "F" for this one.
-rw-r--r--libc/stdio/ftello64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/ftello64.c b/libc/stdio/ftello64.c
index 3ba201968..f3b289eee 100644
--- a/libc/stdio/ftello64.c
+++ b/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