reverse definition dependency between PAGESIZE and PAGE_SIZE
authorRich Felker <dalias@aerifal.cx>
Sat, 10 Mar 2018 22:47:14 +0000 (17:47 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 10 Mar 2018 22:47:14 +0000 (17:47 -0500)
commitc9c2cd3e6955cb1d57b8be01d4b072bf44058762
tree2e3db29bf8d6d5fd7f5aa23eb672808c4fecb831
parent0cf50581ec5f04feeaa77f2eb8b734a4b69ca8ed
reverse definition dependency between PAGESIZE and PAGE_SIZE

PAGESIZE is actually the version defined in POSIX base, with PAGE_SIZE
being in the XSI option. use PAGESIZE as the underlying definition to
facilitate making exposure of PAGE_SIZE conditional.
arch/i386/bits/limits.h
arch/or1k/bits/limits.h
arch/s390x/bits/limits.h
arch/sh/bits/limits.h
arch/x32/bits/limits.h
arch/x86_64/bits/limits.h
include/limits.h