]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Jan 2025 21:40:25 +0000 (22:40 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Jan 2025 21:47:00 +0000 (22:47 +0100)
Now that CLOCK_MONOTONIC is supported.

sysdeps/mach/hurd/bits/posix_opt.h

index 17197b1cbbff1a62bdda36b9d5a50b58c19fac96..b7f80e32e14762891200a4dc2b1194f790aecd6f 100644 (file)
 #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