mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:17:35 +00:00
LibC: Add SSIZE_MAX limit
This commit is contained in:
parent
83849f0ef3
commit
f2cc565670
1 changed files with 2 additions and 0 deletions
|
@ -67,3 +67,5 @@
|
|||
#define ARG_MAX 65536
|
||||
|
||||
#define PTHREAD_STACK_MIN 65536
|
||||
|
||||
#define SSIZE_MAX 2147483647
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue