OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdio / fseeko64.c
index 5bc4ae3..78cab1b 100644 (file)
@@ -8,6 +8,6 @@
 #include "_stdio.h"
 
 #define __DO_LARGEFILE
-#define FSEEK         __fseeko64
+#define FSEEK         fseeko64
 #define OFFSET_TYPE   __off64_t
 #include "fseeko.c"