use time_monotonic() instead of gettimeofday() for time difference calculations
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <pthread.h>
|
||||
#include <sys/time.h>
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user