OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / stdio / fseeko.c
index 2510402..a7f8b8d 100644 (file)
@@ -17,9 +17,9 @@
 #endif
 
 #ifdef __UCLIBC_HAS_LFS__
-libc_hidden_proto(fseeko64)
+/* libc_hidden_proto(fseeko64) */
 #endif
-libc_hidden_proto(fseek)
+/* libc_hidden_proto(fseek) */
 
 int FSEEK(register FILE *stream, OFFSET_TYPE offset, int whence)
 {