From e9f16cb6d187df00e7f28992436339d343e00760 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 12 Jan 2025 22:40:25 +0100 Subject: [PATCH] hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L Now that CLOCK_MONOTONIC is supported. --- sysdeps/mach/hurd/bits/posix_opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2