From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56997 invoked by alias); 8 Aug 2016 16:14:05 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 56976 invoked by uid 9172); 8 Aug 2016 16:14:04 -0000 Date: Mon, 08 Aug 2016 16:14:00 -0000 Message-ID: <20160808161404.56974.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joel Sherrill To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] rtems: define _POSIX_CLOCK_SELECTION feature X-Act-Checkin: newlib-cygwin X-Git-Author: Gedare Bloom X-Git-Refname: refs/heads/master X-Git-Oldrev: 644e40dd9c853f03841ecd0e78bd10a8179a3f68 X-Git-Newrev: 9a80679aae9098aa189f7ea8ce7892e2c092f3be X-SW-Source: 2016-q3/txt/msg00007.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9a80679aae9098aa189f7ea8ce7892e2c092f3be commit 9a80679aae9098aa189f7ea8ce7892e2c092f3be Author: Gedare Bloom 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 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