1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

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
parent 93831ef456
commit b432fd0bc0

View file

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