]> git.cworth.org Git - tar/blobdiff - gnu/fseeko.c
Merge branch 'upstream' into dfsg-orig
[tar] / gnu / fseeko.c
index 03a4d996b34327ecd4d1108dd39108f8dbd9e5c7..5eb256a6c4c17003cf7f728939b02e3a25a83f1a 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.  */