unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-fseek.c
index 9b25e1d0da63002e65ce4411dba5cde9bbacd66d..46d5c8a961b457c179c69793169745c11859265a 100644 (file)
@@ -18,6 +18,9 @@
 
 #include <config.h>
 
+/* 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 <stdio.h>
 
 #include "signature.h"