diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-11-28 04:03:29 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-11-28 10:26:00 -0600 |
commit | f2b27ce620b98c3cd3bc22b7e2207a9e89eec3d8 (patch) | |
tree | 5488181749a3a108a2ec7e3652b6cc3aa3b00888 /newlib/libc | |
parent | 76bd5cab331a873ac422fdcb7ba5fe79abea94f0 (diff) | |
download | newlib-f2b27ce620b98c3cd3bc22b7e2207a9e89eec3d8.zip newlib-f2b27ce620b98c3cd3bc22b7e2207a9e89eec3d8.tar.gz newlib-f2b27ce620b98c3cd3bc22b7e2207a9e89eec3d8.tar.bz2 |
cygwin: define _POSIX_TIMEOUTS
Since commit 8128f5482f2b1889e2336488e9d45a33c9972d11, we have all the
non-tracing functions listed in posixoptions(7). The tracing functions
are gated by their own option, and are obsolecent anyway.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc')
-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 c9133af..95d2053 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -448,7 +448,7 @@ extern "C" { #define _POSIX_THREAD_SAFE_FUNCTIONS 200809L /* #define _POSIX_THREAD_SPORADIC_SERVER -1 */ #define _POSIX_THREADS 200809L -/* #define _POSIX_TIMEOUTS -1 */ +#define _POSIX_TIMEOUTS 200809L #define _POSIX_TIMERS 200809L /* #define _POSIX_TRACE -1 */ /* #define _POSIX_TRACE_EVENT_FILTER -1 */ |