time: Undefine more broken macros.
[pspp] / lib / fseeko.c
index 7c0fd0e876a167d7b79c14c7dcee1caf7cd4dc75..1fd1266bfe9726b604a037f59e7aacce84845938 100644 (file)
 
 #include "stdio-impl.h"
 
+int
+fseeko (FILE *fp, off_t offset, int whence)
 #undef fseeko
 #if !HAVE_FSEEKO
 # undef fseek
 # define fseeko fseek
 #endif
-
-int
-rpl_fseeko (FILE *fp, off_t offset, int whence)
 {
 #if LSEEK_PIPE_BROKEN
   /* mingw gives bogus answers rather than failure on non-seekable files.  */