From 01bf0593df8c7bb302f4d5cee139db837faf28d2 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 16 Oct 2008 21:53:58 +0000 Subject: 2008-10-16 Joel Sherrill * libc/include/time.h: Add CLOCK_MONOTONIC. * libc/include/sys/features.h: Define _POSIX_MONOTONIC_CLOCK for RTEMS. --- newlib/libc/include/sys/features.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include/sys') diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index f16263f8d..23ea74802 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -38,6 +38,7 @@ extern "C" { #define _POSIX_MEMLOCK_RANGE 1 #define _POSIX_MEMORY_PROTECTION 1 #define _POSIX_MESSAGE_PASSING 1 +#define _POSIX_MONOTONIC_CLOCK 1 #define _POSIX_PRIORITIZED_IO 1 #define _POSIX_PRIORITY_SCHEDULING 1 #define _POSIX_REALTIME_SIGNALS 1 -- cgit v1.2.3