Kernel+LibC: Add _SC_TTY_NAME_MAX

This commit is contained in:
Linus Groh 2021-01-18 09:51:21 +01:00 committed by Andreas Kling
parent b432fd0bc0
commit 2cc3d68615
Notes: sideshowbarker 2024-07-18 23:06:55 +09:00
3 changed files with 11 additions and 5 deletions

View file

@ -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