limits.h: bump _POSIX_SEM_NSEMS_MAX to 256.
128 was too low for Python3.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user