From 4f8b7ec44c90a7f64ede667d1eb3b75c10dbac51 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 1 Jan 2025 22:42:26 +0100 Subject: No, gettimeofday can't use CLOCK_MONOTONIC, it's really supposed to be the wallclock time, subject to jumps --- open_issues/clock_gettime.mdwn | 3 --- 1 file changed, 3 deletions(-) (limited to 'open_issues') diff --git a/open_issues/clock_gettime.mdwn b/open_issues/clock_gettime.mdwn index d9f05999..6f2ad6fd 100644 --- a/open_issues/clock_gettime.mdwn +++ b/open_issues/clock_gettime.mdwn @@ -21,9 +21,6 @@ add it to `mapped_time_value_t` in gnumach, handle it in `gnumach/kern/mach_clock.c`, and make `clock_gettime` use it. -BTW, also make `gettimeofday()` use it, since it's way more efficient and some -applications assume that it is. - What about adding a nanosecond-precision clock, too? --[[tschwinge]] -- cgit v1.2.3