From: Jens Axboe Date: Tue, 6 Mar 2007 15:53:26 +0000 (+0100) Subject: Default to using gettimeofday() X-Git-Tag: fio-1.14~75 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=130fe6161f5e6d2bb98537affdc1573f676e2764 Default to using gettimeofday() Signed-off-by: Jens Axboe --- diff --git a/gettime.c b/gettime.c index 533ec97b..4f6ec955 100644 --- a/gettime.c +++ b/gettime.c @@ -10,7 +10,7 @@ #include "hash.h" -static int clock_gettime_works = 1; +static int clock_gettime_works = 0; #ifdef FIO_DEBUG_TIME