Implement CLOCK_MONOTONIC using getnanouptime(), which in DragonFly is
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 15 Mar 2005 01:12:23 +0000 (01:12 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 15 Mar 2005 01:12:23 +0000 (01:12 +0000)
commit26be18766ad31cd0c61771c3209f60ae32dc487d
treec3c8a77981949c482bed94999783eb5a7918e508
parent16963e56247fb59b133c005b29724c029aaa1540
Implement CLOCK_MONOTONIC using getnanouptime(), which in DragonFly is
guarenteed to be monotonically increasing.
sys/kern/kern_time.c
sys/sys/time.h