mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L
Now that CLOCK_MONOTONIC is supported.
This commit is contained in:
parent
b31d490222
commit
e9f16cb6d1
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
|||
#define _POSIX_THREAD_PROCESS_SHARED -1
|
||||
|
||||
/* The monotonic clock might be available. */
|
||||
#define _POSIX_MONOTONIC_CLOCK 0
|
||||
#define _POSIX_MONOTONIC_CLOCK 200809L
|
||||
|
||||
/* The clock selection interfaces are available. */
|
||||
#define _POSIX_CLOCK_SELECTION 200809L
|
||||
|
|
Loading…
Add table
Reference in a new issue