[Glibc-bsd-commits] r4737 - trunk/glibc-ports/kfreebsd/fbtl/bits

Petr Salinger ps-guest at alioth.debian.org
Fri Jul 12 14:09:45 UTC 2013


Author: ps-guest
Date: 2013-07-12 14:09:44 +0000 (Fri, 12 Jul 2013)
New Revision: 4737

Modified:
   trunk/glibc-ports/kfreebsd/fbtl/bits/posix_opt.h
Log:
update posix status with fbtl


Modified: trunk/glibc-ports/kfreebsd/fbtl/bits/posix_opt.h
===================================================================
--- trunk/glibc-ports/kfreebsd/fbtl/bits/posix_opt.h	2013-07-11 18:03:47 UTC (rev 4736)
+++ trunk/glibc-ports/kfreebsd/fbtl/bits/posix_opt.h	2013-07-12 14:09:44 UTC (rev 4737)
@@ -106,7 +106,7 @@
 # define _POSIX_THREAD_ROBUST_PRIO_PROTECT      -1
 #endif
 
-/* We support POSIX.1b semaphores, but only the non-shared form for now.  */
+/* We support POSIX.1b semaphores.  */
 #define _POSIX_SEMAPHORES	200809L
 
 /* Real-time signals are available.  */
@@ -164,8 +164,8 @@
 /* POSIX message queues are not available.  */
 #define _POSIX_MESSAGE_PASSING	-1
 
-/* Thread process-shared synchronization is not supported.  */
-#define _POSIX_THREAD_PROCESS_SHARED	-1
+/* Thread process-shared synchronization is supported.  */
+#define _POSIX_THREAD_PROCESS_SHARED	200809L
 
 /* The monotonic clock is available.  */
 #define _POSIX_MONOTONIC_CLOCK	200809L




More information about the Glibc-bsd-commits mailing list