semaphore.h: Add SEM_VALUE_MAX.
It's specified in POSIX, and FreeBSD puts it in this file. Distinguish it from _POSIX_SEM_VALUE_MAX (which is really a "minimum value this can have" as specified in POSIX.)
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#define MAX_POSIX_SEMS_PER_TEAM _POSIX_SEM_NSEMS_MAX
|
||||
#define MAX_POSIX_SEMS 1024
|
||||
#define MAX_POSIX_SEM_VALUE _POSIX_SEM_VALUE_MAX
|
||||
|
||||
|
||||
#endif // SYSTEM_REALTIME_SEM_H
|
||||
|
||||
Reference in New Issue
Block a user