LibC: Pump OPEN_MAX to 128

cmake seems to use around 70 when checking compiler. That seems quite a
lot but could be "normal"
This commit is contained in:
Bananymous 2025-07-30 23:49:16 +03:00
parent 8c29036fbf
commit 8e9c40caa4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ __BEGIN_DECLS
#define LOGIN_NAME_MAX 256
#define MQ_OPEN_MAX _POSIX_MQ_OPEN_MAX
#define MQ_PRIO_MAX _POSIX_MQ_PRIO_MAX
#define OPEN_MAX 64
#define OPEN_MAX 128
#define PAGESIZE PAGE_SIZE
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
#define PTHREAD_KEYS_MAX _POSIX_THREAD_KEYS_MAX