mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Kernel: Add new sysconf option _SC_GETGR_R_SIZE_MAX
This commit is contained in:
parent
3c52c25515
commit
7abda6a36f
Notes:
sideshowbarker
2024-07-16 18:06:41 +09:00
Author: https://github.com/hanaa12G
Commit: 7abda6a36f
Pull-request: https://github.com/SerenityOS/serenity/pull/22416
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ enum {
|
|||
_SC_TTY_NAME_MAX,
|
||||
_SC_PAGESIZE,
|
||||
_SC_GETPW_R_SIZE_MAX,
|
||||
_SC_GETGR_R_SIZE_MAX,
|
||||
_SC_CLK_TCK,
|
||||
_SC_SYMLOOP_MAX,
|
||||
_SC_MAPPED_FILES,
|
||||
|
@ -57,6 +58,7 @@ enum {
|
|||
#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_GETGR_R_SIZE_MAX _SC_GETGR_R_SIZE_MAX
|
||||
#define _SC_CLK_TCK _SC_CLK_TCK
|
||||
#define _SC_SYMLOOP_MAX _SC_SYMLOOP_MAX
|
||||
#define _SC_MAPPED_FILES _SC_MAPPED_FILES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue