diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-02-14 10:07:02 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-02-14 10:07:02 +0000 |
commit | 4f7e59f268bb7fce7f748f5f4358549ae39aa717 (patch) | |
tree | 57903a1a24dbf36275f0c020819de97cb0e4f4de | |
parent | 7b487ba942079101fdedf8fced7a6d90c2c62b0b (diff) | |
download | cygnal-4f7e59f268bb7fce7f748f5f4358549ae39aa717.tar.gz cygnal-4f7e59f268bb7fce7f748f5f4358549ae39aa717.tar.bz2 cygnal-4f7e59f268bb7fce7f748f5f4358549ae39aa717.zip |
* libc/include/sys/features.h: Add _POSIX_MESSAGE_PASSING for
Cygwin.
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/libc/include/sys/features.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 0d82d9bab..cf8051ce4 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -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 diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index adad114bd..a088d82b1 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -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 */ |