OSDN Git Service

* libc/include/sys/features.h: Add _POSIX_MESSAGE_PASSING for
authorcorinna <corinna>
Wed, 14 Feb 2007 10:07:01 +0000 (10:07 +0000)
committercorinna <corinna>
Wed, 14 Feb 2007 10:07:01 +0000 (10:07 +0000)
Cygwin.

newlib/ChangeLog
newlib/libc/include/sys/features.h

index 0d82d9b..cf8051c 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-14  Corinna Vinschen  <corinna@vinschen.de>
+
+       * libc/include/sys/features.h: Add _POSIX_MESSAGE_PASSING for
+       Cygwin.
+
 2007-02-08  Corinna Vinschen  <corinna@vinschen.de>
 
        * libc/include/sys/features.h: Add _POSIX_SHARED_MEMORY_OBJECTS for
index adad114..a088d82 100644 (file)
@@ -98,7 +98,7 @@ extern "C" {
 /* #define _POSIX_MEMLOCK                          -1 */
 #define _POSIX_MEMLOCK_RANGE                   200112L
 #define _POSIX_MEMORY_PROTECTION               200112L
-/* #define _POSIX_MESSAGE_PASSING                  -1 */
+#define _POSIX_MESSAGE_PASSING                 200112L
 /* #define _POSIX_MONOTONIC_CLOCK                  -1 */
 #define _POSIX_NO_TRUNC                                     1
 /* #define _POSIX_PRIORITIZED_IO                   -1 */