Opened 8 years ago
Closed 8 years ago
#13325 closed bug (fixed)
declare _POSIX_SEM_NSEMS_MAX
Reported by: | korli | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html
According to http://cgit.haiku-os.org/haiku/tree/src/system/libroot/posix/unistd/conf.cpp#n92 it should be MAX_POSIX_SEMS, but it seems to be a global limit, not per team/process (as seen here) So MAX_POSIX_SEMS_PER_TEAM might be a better value.
Note:
See TracTickets
for help on using tickets.
Fixed in hrev50970.