From: Samuel Thibault Date: Sun, 12 Jan 2025 21:40:25 +0000 (+0100) Subject: hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L X-Git-Tag: glibc-2.41~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9f16cb6d187df00e7f28992436339d343e00760;p=thirdparty%2Fglibc.git hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L Now that CLOCK_MONOTONIC is supported. --- diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index 17197b1cbb..b7f80e32e1 100644 --- a/sysdeps/mach/hurd/bits/posix_opt.h +++ b/sysdeps/mach/hurd/bits/posix_opt.h @@ -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