hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L

Now that CLOCK_MONOTONIC is supported.
This commit is contained in:
Samuel Thibault 2025-01-12 22:40:25 +01:00
parent b31d490222
commit e9f16cb6d1

View File

@ -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