diff options
Diffstat (limited to 'vos/config.ga.h')
-rw-r--r-- | vos/config.ga.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vos/config.ga.h b/vos/config.ga.h index 26cb1769f9..4bea2da04c 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -220,6 +220,13 @@ */ #define HAS_GETLOGIN /**/ +/* HAS_GETPAGESIZE: + * This symbol, if defined, indicates that the getpagesize system call + * is available to get system page size, which is the granularity of + * many memory management calls. + */ +/*#define HAS_GETPAGESIZE /**/ + /* HAS_GETPGID: * This symbol, if defined, indicates to the C program that * the getpgid(pid) function is available to get the |