mirror of git://sourceware.org/git/glibc.git
hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L
Now that CLOCK_MONOTONIC is supported.
This commit is contained in:
parent
b31d490222
commit
e9f16cb6d1
|
|
@ -163,7 +163,7 @@
|
||||||
#define _POSIX_THREAD_PROCESS_SHARED -1
|
#define _POSIX_THREAD_PROCESS_SHARED -1
|
||||||
|
|
||||||
/* The monotonic clock might be available. */
|
/* The monotonic clock might be available. */
|
||||||
#define _POSIX_MONOTONIC_CLOCK 0
|
#define _POSIX_MONOTONIC_CLOCK 200809L
|
||||||
|
|
||||||
/* The clock selection interfaces are available. */
|
/* The clock selection interfaces are available. */
|
||||||
#define _POSIX_CLOCK_SELECTION 200809L
|
#define _POSIX_CLOCK_SELECTION 200809L
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue