]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
added CLOCK_MONOTONIC_RAW
authorc vw <dl1ycf@darc.de>
Wed, 5 Jan 2022 16:37:00 +0000 (17:37 +0100)
committerc vw <dl1ycf@darc.de>
Wed, 5 Jan 2022 16:37:00 +0000 (17:37 +0100)
MacOS.h

diff --git a/MacOS.h b/MacOS.h
index c3e87b5ecee2f8cc480cc7351622ec0dab11d034..252090ebb16b0f93de01129d117b84e1a59100b4 100644 (file)
--- 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 <sys/time.h>