diff options
Diffstat (limited to 'gettime.c')
-rw-r--r-- | gettime.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,8 +16,8 @@ #ifdef ARCH_HAVE_CPU_CLOCK static unsigned long cycles_per_usec; static unsigned long inv_cycles_per_usec; -int tsc_reliable = 0; #endif +int tsc_reliable = 0; struct tv_valid { struct timeval last_tv; |