]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/tst-limits.c
Fix http: URL in 'configure'
[thirdparty/glibc.git] / stdlib / tst-limits.c
index 6e51dcadb5baaabb98c7bd812dc74cd4182c9a68..9aabc360f6b8c3f72427e0a70ddf766dabe4d4d2 100644 (file)
@@ -58,7 +58,7 @@ do_test (void)
   /* Values from POSIX and Unix.  */
 #ifdef PAGESIZE
   TEST (PAGESIZE, "d", getpagesize ());
-#elif PAGE_SIZE
+#elif defined (PAGE_SIZE)
   TEST (PAGE_SIZE, "d", getpagesize ());
 #endif