X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=gnu%2Ffseeko.c;fp=gnu%2Ffseeko.c;h=5eb256a6c4c17003cf7f728939b02e3a25a83f1a;hp=03a4d996b34327ecd4d1108dd39108f8dbd9e5c7;hb=de7372b23c3da92fbfaea2d1ac592f0b2ba87914;hpb=fbbfb9406a82e647ce27b6462b11a802fa48f31a diff --git a/gnu/fseeko.c b/gnu/fseeko.c index 03a4d99..5eb256a 100644 --- a/gnu/fseeko.c +++ b/gnu/fseeko.c @@ -27,14 +27,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. */