diff options
-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]] |