diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-12 22:40:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-12 22:47:00 +0100 |
commit | e9f16cb6d187df00e7f28992436339d343e00760 (patch) | |
tree | 915c0e1c71907aec65d86517bf81fae2b8cde380 /sysdeps/mach/hurd/bits/posix_opt.h | |
parent | b31d490222d9bff761bfc4558a141a8916b6c57d (diff) | |
download | glibc-e9f16cb6d187df00e7f28992436339d343e00760.zip glibc-e9f16cb6d187df00e7f28992436339d343e00760.tar.gz glibc-e9f16cb6d187df00e7f28992436339d343e00760.tar.bz2 |
hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L
Now that CLOCK_MONOTONIC is supported.
Diffstat (limited to 'sysdeps/mach/hurd/bits/posix_opt.h')
-rw-r--r-- | sysdeps/mach/hurd/bits/posix_opt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index 17197b1..b7f80e3 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 |