LibC: Add TTY_NAME_MAX (32)

This commit is contained in:
Linus Groh 2021-01-18 09:48:51 +01:00 committed by Andreas Kling
commit b432fd0bc0
Notes: sideshowbarker 2024-07-18 23:06:59 +09:00

View file

@ -39,6 +39,8 @@
#define NAME_MAX 255
#define TTY_NAME_MAX 32
#define PIPE_BUF 4096
#define INT_MAX INT32_MAX