mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +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
Notes:
sideshowbarker
2024-07-17 05:19:06 +09:00
Author: https://github.com/timschumi
Commit: d78bed2ffe
Pull-request: https://github.com/SerenityOS/serenity/pull/18854
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