Compare commits

..

No commits in common. "fc0d94c12e9e27903bbb99d213be3bd9db2c318a" and "6dcc7ba8aa3c80c28314f3c28f551ee7cd99e90a" have entirely different histories.

View File

@ -6,7 +6,7 @@
static bool get_ns(int64_t* out) { static bool get_ns(int64_t* out) {
struct timespec tms; struct timespec tms;
#if defined( __ANDROID__) || defined(__MINGW32__) || defined(__MINGW64__) #ifdef __ANDROID__
clock_gettime(CLOCK_REALTIME, &tms); clock_gettime(CLOCK_REALTIME, &tms);
#else #else
/* The C11 way */ /* The C11 way */