diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-20 00:49:28 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-20 00:49:28 +0000 |
commit | 6ff8dfc33e3ee8377fbdd51bfaa8a6f403a03436 (patch) | |
tree | 7d646abe9a54f5a61cdc4d5b525483e097c9bd79 /libc/stdio/ftello64.c | |
parent | 2e4edb3de2940ddafaab69d6092df8e481069237 (diff) | |
download | uClibc-alpine-6ff8dfc33e3ee8377fbdd51bfaa8a6f403a03436.tar.bz2 uClibc-alpine-6ff8dfc33e3ee8377fbdd51bfaa8a6f403a03436.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/stdio/ftello64.c')
-rw-r--r-- | libc/stdio/ftello64.c | 4 |
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 |