mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 02:08:58 +00:00
LibC: Add SSIZE_MAX limit
This commit is contained in:
parent
83849f0ef3
commit
f2cc565670
Notes:
sideshowbarker
2024-07-19 02:11:34 +09:00
Author: https://github.com/Lubrsi
Commit: f2cc565670
Pull-request: https://github.com/SerenityOS/serenity/pull/3454
Reviewed-by: https://github.com/bugaevc
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