From: c vw Date: Wed, 5 Jan 2022 16:37:00 +0000 (+0100) Subject: added CLOCK_MONOTONIC_RAW X-Git-Url: https://git.rkrishnan.org/pf/components/com_hotproperty?a=commitdiff_plain;h=816745231963034d29c157697e62951ec213be76;p=pihpsdr.git added CLOCK_MONOTONIC_RAW --- 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