mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibC: Add TTY_NAME_MAX (32)
This commit is contained in:
parent
93831ef456
commit
b432fd0bc0
Notes:
sideshowbarker
2024-07-18 23:06:59 +09:00
Author: https://github.com/linusg
Commit: b432fd0bc0
Pull-request: https://github.com/SerenityOS/serenity/pull/5001
Reviewed-by: https://github.com/alimpfard
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