diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-07-20 19:41:15 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-07-20 19:41:15 +0000 |
commit | 792c8bcff2d1f9102408f86edb057f158b2b5090 (patch) | |
tree | a5be5d33f4fc33f2ab780b969aac697b0e83f852 /newlib/libc/include/sys/features.h | |
parent | 42f8872e61163d2e87cdcecd6de0dc199c444b1d (diff) | |
download | cygnal-792c8bcff2d1f9102408f86edb057f158b2b5090.tar.gz cygnal-792c8bcff2d1f9102408f86edb057f158b2b5090.tar.bz2 cygnal-792c8bcff2d1f9102408f86edb057f158b2b5090.zip |
* libc/include/time.h [_POSIX_CLOCK_SELECTION] (clock_nanosleep):
Declare.
* libc/include/sys/features.h [__CYGWIN__] (_POSIX_CLOCK_SELECTION):
Define.
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 5de4bbbe8..e7f9c65dd 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -102,7 +102,7 @@ extern "C" { /* #define _POSIX_ASYNCHRONOUS_IO -1 */ /* #define _POSIX_BARRIERS -1 */ #define _POSIX_CHOWN_RESTRICTED 1 -/* #define _POSIX_CLOCK_SELECTION -1 */ +#define _POSIX_CLOCK_SELECTION 200112L #define _POSIX_CPUTIME 200112L #define _POSIX_FSYNC 200112L #define _POSIX_IPV6 200112L |