summaryrefslogtreecommitdiffstats
path: root/libc/stdio/ftello.c
diff options
context:
space:
mode:
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
commit6ff8dfc33e3ee8377fbdd51bfaa8a6f403a03436 (patch)
tree7d646abe9a54f5a61cdc4d5b525483e097c9bd79 /libc/stdio/ftello.c
parent2e4edb3de2940ddafaab69d6092df8e481069237 (diff)
downloaduClibc-alpine-6ff8dfc33e3ee8377fbdd51bfaa8a6f403a03436.tar.bz2
uClibc-alpine-6ff8dfc33e3ee8377fbdd51bfaa8a6f403a03436.tar.xz
Merge from trunk.
Diffstat (limited to 'libc/stdio/ftello.c')
-rw-r--r--libc/stdio/ftello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/ftello.c b/libc/stdio/ftello.c
index a28333efc..a69ce23df 100644
--- a/libc/stdio/ftello.c
+++ b/libc/stdio/ftello.c
@@ -8,7 +8,7 @@
#include "_stdio.h"
#ifndef __DO_LARGEFILE
-# define FTELL ftell
+# define FTELL ftell
# define OFFSET_TYPE long int
#endif