posix: add _POSIX_SEM_NSEMS_MAX.

* have _SC__SEM_NSEMS_MAX return _POSIX_SEM_NSEMS_MAX, a per team limit
instead of the global limit.
This commit is contained in:
Jérôme Duval
2017-02-21 20:17:16 +01:00
parent 13da51e907
commit 85566e032d
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -72,6 +72,7 @@
#define _POSIX_CLOCKRES_MIN 20000000
#define _POSIX_TIMER_MAX 32
#define _POSIX_DELAYTIMER_MAX 32
#define _POSIX_SEM_NSEMS_MAX (128)
#define _POSIX2_LINE_MAX (2048)