public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] rtems: define _POSIX_CLOCK_SELECTION feature
@ 2016-08-08 16:14 Joel Sherrill
  0 siblings, 0 replies; only message in thread
From: Joel Sherrill @ 2016-08-08 16:14 UTC (permalink / raw)
  To: newlib-cvs

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

commit 9a80679aae9098aa189f7ea8ce7892e2c092f3be
Author: Gedare Bloom <gedare@rtems.org>
Date:   Mon Aug 1 14:55:58 2016 -0500

    rtems: define _POSIX_CLOCK_SELECTION feature
    
    	Enable definition of clock_nanosleep() since it was added to RTEMS.
    
    Signed-off-by: Joel Sherrill <joelemail@rtems.org>

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

diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index dbc4ebe..93635ba 100644
--- a/newlib/libc/include/sys/features.h
+++ b/newlib/libc/include/sys/features.h
@@ -328,6 +328,7 @@ extern "C" {
 #define _POSIX_MEMORY_PROTECTION	1
 #define _POSIX_MESSAGE_PASSING		1
 #define _POSIX_MONOTONIC_CLOCK		200112L
+#define _POSIX_CLOCK_SELECTION		200112L
 #define _POSIX_PRIORITIZED_IO		1
 #define _POSIX_PRIORITY_SCHEDULING	1
 #define _POSIX_REALTIME_SIGNALS		1


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

only message in thread, other threads:[~2016-08-08 16:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-08 16:14 [newlib-cygwin] rtems: define _POSIX_CLOCK_SELECTION feature 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).