From 4f7e59f268bb7fce7f748f5f4358549ae39aa717 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 14 Feb 2007 10:07:02 +0000 Subject: * libc/include/sys/features.h: Add _POSIX_MESSAGE_PASSING for Cygwin. --- newlib/libc/include/sys/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/sys/features.h') 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 */ -- cgit v1.2.3