Indicate that POSIX semaphores are always supported.

Reported by:	avilla
Reviewed by:	davidxu
Approved by:	kib (mentor)
This commit is contained in:
tijl 2010-09-19 12:01:50 +00:00
parent 7e0a1a3cff
commit 25320a24fa

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