public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] rtems: define _POSIX_SHARED_MEMORY_OBJECTS
@ 2017-01-13 18:40 Gedare Bloom
  2017-01-13 19:09 ` Joel Sherrill
  0 siblings, 1 reply; 2+ messages in thread
From: Gedare Bloom @ 2017-01-13 18:40 UTC (permalink / raw)
  To: devel, newlib; +Cc: Gedare Bloom

---
 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
-- 
1.9.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] rtems: define _POSIX_SHARED_MEMORY_OBJECTS
  2017-01-13 18:40 [PATCH] rtems: define _POSIX_SHARED_MEMORY_OBJECTS Gedare Bloom
@ 2017-01-13 19:09 ` Joel Sherrill
  0 siblings, 0 replies; 2+ messages in thread
From: Joel Sherrill @ 2017-01-13 19:09 UTC (permalink / raw)
  To: Gedare Bloom, newlib



On 1/13/2017 12:36 PM, Gedare Bloom wrote:
> ---
>  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
>


Thanks Gedare. I just pushed this.

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35806
Support Available                (256) 722-9985

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-13 19:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-13 18:40 [PATCH] rtems: define _POSIX_SHARED_MEMORY_OBJECTS Gedare Bloom
2017-01-13 19:09 ` 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).