mutex: more clock fixes
[fio.git] / gettime.c
index 2037354d0116a122ffb9b698c55b7b9aacbce86b..cf0d664030d2b2d82267b79e15ee53d04205bb0d 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -273,7 +273,7 @@ void fio_gtod_init(void)
        assert(fio_tv);
 }
 
-void fio_gtod_update(void)
+static void fio_gtod_update(void)
 {
        gettimeofday(fio_tv, NULL);
 }