cygwin: define _POSIX_TIMEOUTS
Since commit 8128f5482f
, 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>
This commit is contained in:
parent
76bd5cab33
commit
f2b27ce620
|
@ -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 */
|
||||
|
|
|
@ -588,7 +588,7 @@ static struct
|
|||
{cons, {c:SYMLOOP_MAX}}, /* 79, _SC_SYMLOOP_MAX */
|
||||
{cons, {c:_POSIX_THREAD_CPUTIME}}, /* 80, _SC_THREAD_CPUTIME */
|
||||
{cons, {c:-1L}}, /* 81, _SC_THREAD_SPORADIC_SERVER */
|
||||
{cons, {c:-1L}}, /* 82, _SC_TIMEOUTS */
|
||||
{cons, {c:_POSIX_TIMEOUTS}}, /* 82, _SC_TIMEOUTS */
|
||||
{cons, {c:-1L}}, /* 83, _SC_TRACE */
|
||||
{cons, {c:-1L}}, /* 84, _SC_TRACE_EVENT_FILTER */
|
||||
{nsup, {c:0}}, /* 85, _SC_TRACE_EVENT_NAME_MAX */
|
||||
|
|
Loading…
Reference in New Issue