Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2017-01-13 22:07:40 +0300
committerJoel Sherrill <joel@rtems.org>2017-01-13 22:07:40 +0300
commit338ce06971647635ebeeab0abd2e15d3daf3fb31 (patch)
tree0381c11899b3c5f91d860041c51488e7fce2685b
parentc0ac2ea2b328ed3e5cf4bbfb4bce2215fc9fdd2a (diff)
Add _POSIX_SHARED_MEMORY_OBJECTS
-rw-r--r--newlib/libc/include/sys/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index a23158ca2..1f9271bff 100644
--- a/newlib/libc/include/sys/features.h
+++ b/newlib/libc/include/sys/features.h
@@ -333,7 +333,7 @@ extern "C" {
#define _POSIX_PRIORITY_SCHEDULING 1
#define _POSIX_REALTIME_SIGNALS 1
#define _POSIX_SEMAPHORES 1
-/* #define _POSIX_SHARED_MEMORY_OBJECTS 1 */
+#define _POSIX_SHARED_MEMORY_OBJECTS 1
#define _POSIX_SYNCHRONIZED_IO 1
#define _POSIX_TIMERS 1
#define _POSIX_BARRIERS 200112L