Fix hrtime on linux
This commit is contained in:
parent
09bd08ed97
commit
35e1c62676
@ -25,7 +25,7 @@
|
||||
#include <time.h>
|
||||
|
||||
#undef NANOSEC
|
||||
#define NANOSEC 1000000
|
||||
#define NANOSEC 1000000000
|
||||
|
||||
/*
|
||||
* There's probably some way to get time from Linux than gettimeofday(). What
|
||||
|
||||
Loading…
Reference in New Issue
Block a user