svn commit: r212852 - head/sys/sys

Tijl Coosemans tijl at FreeBSD.org
Sun Sep 19 12:01:50 UTC 2010


Author: tijl
Date: Sun Sep 19 12:01:50 2010
New Revision: 212852
URL: http://svn.freebsd.org/changeset/base/212852

Log:
  Indicate that POSIX semaphores are always supported.
  
  Reported by:	avilla
  Reviewed by:	davidxu
  Approved by:	kib (mentor)

Modified:
  head/sys/sys/unistd.h

Modified: head/sys/sys/unistd.h
==============================================================================
--- head/sys/sys/unistd.h	Sun Sep 19 11:57:21 2010	(r212851)
+++ head/sys/sys/unistd.h	Sun Sep 19 12:01:50 2010	(r212852)
@@ -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


More information about the svn-src-all mailing list