mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
Kernel: Implement _SC_OPEN_MAX
This commit is contained in:
parent
db31452bc2
commit
721788943d
Notes:
sideshowbarker
2024-07-19 02:11:18 +09:00
Author: https://github.com/Lubrsi
Commit: 721788943d
Pull-request: https://github.com/SerenityOS/serenity/pull/3454
Reviewed-by: https://github.com/bugaevc
3 changed files with 5 additions and 0 deletions
|
@ -174,11 +174,13 @@ enum {
|
|||
_SC_NPROCESSORS_CONF,
|
||||
_SC_NPROCESSORS_ONLN,
|
||||
_SC_PAGESIZE,
|
||||
_SC_OPEN_MAX,
|
||||
};
|
||||
|
||||
#define _SC_NPROCESSORS_CONF _SC_NPROCESSORS_CONF
|
||||
#define _SC_NPROCESSORS_ONLN _SC_NPROCESSORS_ONLN
|
||||
#define _SC_PAGESIZE _SC_PAGESIZE
|
||||
#define _SC_OPEN_MAX _SC_OPEN_MAX
|
||||
|
||||
long sysconf(int name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue