use time_monotonic() instead of gettimeofday() for time difference calculations

This commit is contained in:
Martin Willi
2009-08-31 15:25:03 +02:00
parent 3d5818ec38
commit de5784452b
9 changed files with 24 additions and 37 deletions
-1
View File
@@ -16,7 +16,6 @@
* for more details.
*/
#include <sys/time.h>
#include <string.h>
#include <sys/stat.h>
#include <errno.h>