aboutsummaryrefslogtreecommitdiffhomepage
path: root/portability.h
diff options
context:
space:
mode:
Diffstat (limited to 'portability.h')
-rw-r--r--portability.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/portability.h b/portability.h
index e60446d..71d72fc 100644
--- a/portability.h
+++ b/portability.h
@@ -1,5 +1,5 @@
#ifdef __APPLE__
- #define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC_COARSE
+ #define CLOCK_MONOTONIC_RAW _CLOCK_MONOTONIC_RAW
#include <libkern/OSByteOrder.h>
#define htobe16(x) OSSwapHostToBigInt16(x)