mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
Kernel: Alias _SC_PAGE_SIZE to _SC_PAGESIZE
Both of those are specified by POSIX.
This commit is contained in:
committed by
Andreas Kling
parent
7ab0de9190
commit
d78bed2ffe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user