mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix a couple of -Wundef warnings.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user