mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:04:57 +00:00
Kernel: Alias _SC_PAGE_SIZE
to _SC_PAGESIZE
Both of those are specified by POSIX.
This commit is contained in:
parent
7ab0de9190
commit
d78bed2ffe
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ enum {
|
|||
#define _SC_NPROCESSORS_ONLN _SC_NPROCESSORS_ONLN
|
||||
#define _SC_OPEN_MAX _SC_OPEN_MAX
|
||||
#define _SC_PAGESIZE _SC_PAGESIZE
|
||||
#define _SC_PAGE_SIZE _SC_PAGESIZE
|
||||
#define _SC_HOST_NAME_MAX _SC_HOST_NAME_MAX
|
||||
#define _SC_TTY_NAME_MAX _SC_TTY_NAME_MAX
|
||||
#define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue