mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-01 08:48:49 +00:00
Kernel+LibC: Add _SC_TTY_NAME_MAX
This commit is contained in:
parent
b432fd0bc0
commit
2cc3d68615
Notes:
sideshowbarker
2024-07-18 23:06:55 +09:00
Author: https://github.com/linusg
Commit: 2cc3d68615
Pull-request: https://github.com/SerenityOS/serenity/pull/5001
Reviewed-by: https://github.com/alimpfard
3 changed files with 11 additions and 5 deletions
|
@ -59,8 +59,9 @@
|
|||
enum {
|
||||
_SC_NPROCESSORS_CONF,
|
||||
_SC_NPROCESSORS_ONLN,
|
||||
_SC_OPEN_MAX,
|
||||
_SC_PAGESIZE,
|
||||
_SC_OPEN_MAX
|
||||
_SC_TTY_NAME_MAX,
|
||||
};
|
||||
|
||||
#define PERF_EVENT_SAMPLE 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue