X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffseeko.c;h=1fd1266bfe9726b604a037f59e7aacce84845938;hb=7434004b1051f86d9775d6f93cb913825e938b39;hp=7c0fd0e876a167d7b79c14c7dcee1caf7cd4dc75;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/fseeko.c b/lib/fseeko.c index 7c0fd0e87..1fd1266bf 100644 --- a/lib/fseeko.c +++ b/lib/fseeko.c @@ -25,14 +25,13 @@ #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. */