Date: Sun, 19 Sep 2010 12:01:50 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r212852 - head/sys/sys Message-ID: <201009191201.o8JC1oaa001118@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009191201.o8JC1oaa001118>