summaryrefslogtreecommitdiff
path: root/open_issues/clock_gettime.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-05-02 03:39:46 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-05-02 03:39:46 +0200
commitc2fd9799f70e4005cb95f3a3fc12848a8cea3c37 (patch)
treecf5bcde4ee90b1907f9a5b1b95be2c803dc269d4 /open_issues/clock_gettime.mdwn
parentedacea84fafb266863a52e5a824cb9322c18e6d6 (diff)
parentc771b3c8a0fec8a6abac4a2a8787393ed016edb1 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'open_issues/clock_gettime.mdwn')
-rw-r--r--open_issues/clock_gettime.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/clock_gettime.mdwn b/open_issues/clock_gettime.mdwn
index 5ba6b418..98454d45 100644
--- a/open_issues/clock_gettime.mdwn
+++ b/open_issues/clock_gettime.mdwn
@@ -15,7 +15,7 @@ License|/fdl]]."]]"""]]
Missing `clock_gettime(CLOCK_MONOTONIC)` (e.g. for iceweasel)
It could be a mere matter of extending the
-[[mapped-time_interface|master/microkernel/mach/gnumach/interface/device/time]]:
+[[mapped-time_interface|microkernel/mach/gnumach/interface/device/time]]:
add it to
`mapped_time_value_t` in gnumach, handle it in `gnumach/kern/mach_clock.c`, and
make `clock_gettime` use it.