svn commit: trunk/uClibc/libc/stdio

sjhill at uclibc.org sjhill at uclibc.org
Sun Nov 20 00:47:50 UTC 2005


Author: sjhill
Date: 2005-11-19 16:47:10 -0800 (Sat, 19 Nov 2005)
New Revision: 12434

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


Modified:
   trunk/uClibc/libc/stdio/ftello64.c


Changeset:
Modified: trunk/uClibc/libc/stdio/ftello64.c
===================================================================
--- trunk/uClibc/libc/stdio/ftello64.c	2005-11-20 00:46:37 UTC (rev 12433)
+++ trunk/uClibc/libc/stdio/ftello64.c	2005-11-20 00:47:10 UTC (rev 12434)
@@ -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




More information about the uClibc-cvs mailing list