public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Add _POSIX_SHARED_MEMORY_OBJECTS
@ 2017-01-13 19:08 Joel Sherrill
  0 siblings, 0 replies; only message in thread
From: Joel Sherrill @ 2017-01-13 19:08 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=338ce06971647635ebeeab0abd2e15d3daf3fb31

commit 338ce06971647635ebeeab0abd2e15d3daf3fb31
Author: Gedare Bloom <gedare@rtems.org>
Date:   Fri Jan 13 13:07:40 2017 -0600

    Add _POSIX_SHARED_MEMORY_OBJECTS

Diff:
---
 newlib/libc/include/sys/features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index a23158c..1f9271b 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-13 19:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 19:08 [newlib-cygwin] Add _POSIX_SHARED_MEMORY_OBJECTS Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).