#define _GNU_SOURCE #include "libc.h" #include int getpagesize(void) { return PAGE_SIZE; }