From 816745231963034d29c157697e62951ec213be76 Mon Sep 17 00:00:00 2001 From: c vw Date: Wed, 5 Jan 2022 17:37:00 +0100 Subject: [PATCH] added CLOCK_MONOTONIC_RAW --- MacOS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MacOS.h b/MacOS.h index c3e87b5..252090e 100644 --- a/MacOS.h +++ b/MacOS.h @@ -19,6 +19,7 @@ #define CLOCK_REALTIME 0 #define CLOCK_MONOTONIC 6 +#define CLOCK_MONOTONIC_RAW 6 typedef int clockid_t; #include -- 2.45.2