Searched refs:GNU_OUR_PAGESIZE (Results 1 – 2 of 2) sorted by relevance
32 #undef GNU_OUR_PAGESIZE36 #define GNU_OUR_PAGESIZE sysconf(_SC_PAGESIZE) macro40 #ifndef GNU_OUR_PAGESIZE42 # define GNU_OUR_PAGESIZE PAGESIZE macro45 # define GNU_OUR_PAGESIZE EXEC_PAGESIZE macro48 # define GNU_OUR_PAGESIZE (NBPG * CLSIZE) macro54 # define GNU_OUR_PAGESIZE NBPC macro56 # define GNU_OUR_PAGESIZE 4096 /* Just punt and use reasonable value */ macro66 return (GNU_OUR_PAGESIZE); in getpagesize()
6562 * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE