* libc/include/sys/features.h: Add _POSIX_MESSAGE_PASSING for
Cygwin.
This commit is contained in:
		| @@ -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> | 2007-02-08  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* libc/include/sys/features.h: Add _POSIX_SHARED_MEMORY_OBJECTS for | 	* libc/include/sys/features.h: Add _POSIX_SHARED_MEMORY_OBJECTS for | ||||||
|   | |||||||
| @@ -98,7 +98,7 @@ extern "C" { | |||||||
| /* #define _POSIX_MEMLOCK			    -1 */ | /* #define _POSIX_MEMLOCK			    -1 */ | ||||||
| #define _POSIX_MEMLOCK_RANGE			200112L | #define _POSIX_MEMLOCK_RANGE			200112L | ||||||
| #define _POSIX_MEMORY_PROTECTION		200112L | #define _POSIX_MEMORY_PROTECTION		200112L | ||||||
| /* #define _POSIX_MESSAGE_PASSING		    -1 */ | #define _POSIX_MESSAGE_PASSING			200112L | ||||||
| /* #define _POSIX_MONOTONIC_CLOCK		    -1 */ | /* #define _POSIX_MONOTONIC_CLOCK		    -1 */ | ||||||
| #define _POSIX_NO_TRUNC				     1 | #define _POSIX_NO_TRUNC				     1 | ||||||
| /* #define _POSIX_PRIORITIZED_IO		    -1 */ | /* #define _POSIX_PRIORITIZED_IO		    -1 */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user