diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-08-09 08:29:22 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-08-09 08:29:22 +0000 |
commit | f717289618baa1a709a7b6d5d91c4904fe2426a1 (patch) | |
tree | 1f653ba8741ba8f9b2823868ea18956f181871b7 /newlib/libc/include/sys/features.h | |
parent | 95fe28c61e30f3c39f0c73b0c3cc70a5aa5f88e6 (diff) | |
download | cygnal-f717289618baa1a709a7b6d5d91c4904fe2426a1.tar.gz cygnal-f717289618baa1a709a7b6d5d91c4904fe2426a1.tar.bz2 cygnal-f717289618baa1a709a7b6d5d91c4904fe2426a1.zip |
* libc/include/sys/features.h: Define _POSIX_MONOTONIC_CLOCK for Cygwin.
Diffstat (limited to 'newlib/libc/include/sys/features.h')
-rw-r--r-- | newlib/libc/include/sys/features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index 0277fb0a5..2f862687c 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -112,7 +112,7 @@ extern "C" { #define _POSIX_MEMLOCK_RANGE 200112L #define _POSIX_MEMORY_PROTECTION 200112L #define _POSIX_MESSAGE_PASSING 200112L -/* #define _POSIX_MONOTONIC_CLOCK -1 */ +#define _POSIX_MONOTONIC_CLOCK 200112L #define _POSIX_NO_TRUNC 1 /* #define _POSIX_PRIORITIZED_IO -1 */ #define _POSIX_PRIORITY_SCHEDULING 200112L |