X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime.c;h=cf0d664030d2b2d82267b79e15ee53d04205bb0d;hp=2037354d0116a122ffb9b698c55b7b9aacbce86b;hb=a73468166ef0a85d489dcdc291229a3d9ad9cfc1;hpb=a3efc919b0dcc27d65a6e84edca209b91cee173d diff --git a/gettime.c b/gettime.c index 2037354d..cf0d6640 100644 --- 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); }