mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Kernel+LibC: Add _SC_TTY_NAME_MAX
This commit is contained in:
committed by
Andreas Kling
parent
b432fd0bc0
commit
2cc3d68615
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user