[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd,commited 0/4] hurd: CLOCK_MONOTONIC support
From: |
Samuel Thibault |
Subject: |
[hurd,commited 0/4] hurd: CLOCK_MONOTONIC support |
Date: |
Sun, 12 Jan 2025 23:32:50 +0100 |
Samuel Thibault (3):
hurd: Add CLOCK_MONOTONIC support to lll
hurd: Add CLOCK_MONOTONIC to clock_nanosleep
hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L
Zhaoming Luo (1):
mach: Add CLOCK_MONOTONIC case in clock_gettime()
config.h.in | 3 +++
hurd/hurdlock.c | 10 +++++-----
sysdeps/mach/clock_gettime.c | 24 ++++++++++++++++++++++++
sysdeps/mach/clock_nanosleep.c | 10 +++++-----
sysdeps/mach/configure | 30 ++++++++++++++++++++++++++++++
sysdeps/mach/configure.ac | 2 ++
sysdeps/mach/hurd/bits/posix_opt.h | 2 +-
7 files changed, 70 insertions(+), 11 deletions(-)
--
2.45.2
- [hurd,commited 0/4] hurd: CLOCK_MONOTONIC support,
Samuel Thibault <=
- [hurd, commited 1/4] mach: Add CLOCK_MONOTONIC case in clock_gettime(), Samuel Thibault, 2025/01/12
- [hurd,commited 4/4] hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L, Samuel Thibault, 2025/01/12
- [hurd,commited 2/4] hurd: Add CLOCK_MONOTONIC support to lll, Samuel Thibault, 2025/01/12
- [hurd,commited 3/4] hurd: Add CLOCK_MONOTONIC to clock_nanosleep, Samuel Thibault, 2025/01/12