X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fseek.c;h=46d5c8a961b457c179c69793169745c11859265a;hb=e69a17d02ee0bc09acf4498515fd6934160c9923;hp=9b25e1d0da63002e65ce4411dba5cde9bbacd66d;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-fseek.c b/tests/test-fseek.c index 9b25e1d0d..46d5c8a96 100644 --- a/tests/test-fseek.c +++ b/tests/test-fseek.c @@ -18,6 +18,9 @@ #include +/* None of the files accessed by this test are large, so disable the + fseek link warning if the user requested GNULIB_POSIXCHECK. */ +#define _GL_NO_LARGE_FILES #include #include "signature.h"