OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdio / fgetpos.c
index 03c18ab..610737d 100644 (file)
@@ -8,9 +8,11 @@
 #include "_stdio.h"
 
 #ifndef __DO_LARGEFILE
-#define FTELL __ftell
+#define FTELL ftell
 #endif
 
+libc_hidden_proto(FTELL)
+
 int fgetpos(FILE * __restrict stream, register fpos_t * __restrict pos)
 {
 #ifdef __STDIO_MBSTATE