OSDN Git Service

* libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
authorcgf <cgf>
Thu, 28 Mar 2002 04:26:47 +0000 (04:26 +0000)
committercgf <cgf>
Thu, 28 Mar 2002 04:26:47 +0000 (04:26 +0000)
newlib/ChangeLog
newlib/libc/include/sys/features.h

index 16093e7..7685a7c 100644 (file)
@@ -1,3 +1,7 @@
+Wed Mar 27 07:34:44 2002  Jason Tishler <jason@tishler.net>
+
+       * libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
+
 Tue Mar 26 17:17:10 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.
index e86ce13..f69c803 100644 (file)
@@ -86,6 +86,7 @@ extern "C" {
 # define _POSIX_THREAD_SAFE_FUNCTIONS            1
 # define _POSIX_THREAD_PRIORITY_SCHEDULING       1
 # define _POSIX_THREAD_ATTR_STACKSIZE            1
+# define _POSIX_SEMAPHORES                       1
 #endif
 
 #ifdef __cplusplus