mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
56403b6373
limits.h is part of the C standard, but POSIX and XSI extend it with various defines. We should not add these unless the application requests support for them. In this case, PAGE_SIZE should only be defined if XSI support is requested by defining _XOPEN_SOURCE. Note that PAGESIZE (plain POSIX for the same thing) and B_PAGE_SIZE are alternatives that remain available.