Indicate that POSIX semaphores are always supported.

Reported by:	avilla
Reviewed by:	davidxu
Approved by:	kib (mentor)
This commit is contained in:
Tijl Coosemans 2010-09-19 12:01:50 +00:00
parent 231b700b17
commit 87694be1a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212852

View File

@ -68,7 +68,7 @@
#define _POSIX_PRIORITY_SCHEDULING 200112L
#define _POSIX_RAW_SOCKETS 200112L
#define _POSIX_REALTIME_SIGNALS 200112L
#define _POSIX_SEMAPHORES -1
#define _POSIX_SEMAPHORES 200112L
#define _POSIX_SHARED_MEMORY_OBJECTS 200112L
#define _POSIX_SPORADIC_SERVER -1
#define _POSIX_SYNCHRONIZED_IO -1