mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel: Add _SC_HOST_NAME_MAX
This commit is contained in:
parent
6f2a016565
commit
f646d49ac1
Notes:
sideshowbarker
2024-07-18 04:19:02 +09:00
Author: https://github.com/linusg
Commit: f646d49ac1
Pull-request: https://github.com/SerenityOS/serenity/pull/9943
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,7 @@ enum {
|
|||
_SC_NPROCESSORS_CONF,
|
||||
_SC_NPROCESSORS_ONLN,
|
||||
_SC_OPEN_MAX,
|
||||
_SC_HOST_NAME_MAX,
|
||||
_SC_TTY_NAME_MAX,
|
||||
_SC_PAGESIZE,
|
||||
_SC_GETPW_R_SIZE_MAX,
|
||||
|
@ -44,6 +45,7 @@ enum {
|
|||
#define _SC_NPROCESSORS_ONLN _SC_NPROCESSORS_ONLN
|
||||
#define _SC_OPEN_MAX _SC_OPEN_MAX
|
||||
#define _SC_PAGESIZE _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
|
||||
#define _SC_CLK_TCK _SC_CLK_TCK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue