OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdio / fsetpos.c
index f33043f..d63adc0 100644 (file)
@@ -8,9 +8,11 @@
 #include "_stdio.h"
 
 #ifndef __DO_LARGEFILE
-#define FSEEK __fseek
+#define FSEEK fseek
 #endif
 
+libc_hidden_proto(FSEEK)
+
 int fsetpos(FILE *stream, register const fpos_t *pos)
 {
 #ifdef __STDIO_MBSTATE