Skip to content

Panic when getpagesize() cannot succeed as specified

As described in https://pubs.opengroup.org/onlinepubs/7908799/xsh/getpagesize.html, getpagesize() has no defined errors even though it may not always be able to return an appropriate value. Thus, it makes more sense to panic when it cannot correctly return as specified.

Merge request reports