summaryrefslogtreecommitdiffstats
path: root/lib/qtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/qtime.c')
-rw-r--r--lib/qtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qtime.c b/lib/qtime.c
index 2e881be3..3ec34a72 100644
--- a/lib/qtime.c
+++ b/lib/qtime.c
@@ -109,7 +109,7 @@ static int64_t times_clk_tcks = 0 ; /* sysconf(_SC_CLK_TCK) */
static qtime_t times_scale_q = 0 ; /* 10**9 / times_clk_tcks */
static qtime_t times_scale_r = 0 ; /* 10**9 % times_clk_tcks */
-qtime_t
+qtime_mono_t
qt_craft_monotonic(void) {
struct tms dummy ;
int64_t this_times_sample ;