limits.h: bump _POSIX_SEM_NSEMS_MAX to 256.

128 was too low for Python3.
This commit is contained in:
Jérôme Duval 2017-04-16 13:48:45 +02:00
parent c2d8105024
commit 00796434c6

View File

@ -71,7 +71,7 @@
#define _POSIX_CLOCKRES_MIN 20000000
#define _POSIX_TIMER_MAX 32
#define _POSIX_DELAYTIMER_MAX 32
#define _POSIX_SEM_NSEMS_MAX (128)
#define _POSIX_SEM_NSEMS_MAX (256)
#define _POSIX2_LINE_MAX (2048)