diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-01 22:42:26 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-01 22:42:26 +0100 |
commit | 4f8b7ec44c90a7f64ede667d1eb3b75c10dbac51 (patch) | |
tree | 3d3036aae182fdce1b98abd0548b31a43a5fda48 /open_issues | |
parent | dfbd658b6f34ee0e00f27ebda6d3f201b1a02677 (diff) |
No, gettimeofday can't use CLOCK_MONOTONIC, it's really supposed to be the wallclock time, subject to jumps
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/clock_gettime.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
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]] |