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

LibC: Add SSIZE_MAX limit

This commit is contained in:
Luke 2020-09-09 08:21:51 +01:00 committed by Andreas Kling
parent 83849f0ef3
commit f2cc565670

View file

@ -67,3 +67,5 @@
#define ARG_MAX 65536 #define ARG_MAX 65536
#define PTHREAD_STACK_MIN 65536 #define PTHREAD_STACK_MIN 65536
#define SSIZE_MAX 2147483647