mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +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
|
@ -60,6 +60,7 @@ enum {
|
|||
_SC_NPROCESSORS_CONF,
|
||||
_SC_NPROCESSORS_ONLN,
|
||||
_SC_PAGESIZE,
|
||||
_SC_OPEN_MAX
|
||||
};
|
||||
|
||||
#define PERF_EVENT_MALLOC 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue