mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
LibC: Add TTY_NAME_MAX (32)
This commit is contained in:
parent
93831ef456
commit
b432fd0bc0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue