Rename OS Clock provider on macOS, uses a different implementation.

This commit is contained in:
Andrew Johnson
2022-07-28 13:11:59 -07:00
committed by Michael Davidsaver
parent e6b8ecd55e
commit 167807f0c4
+1 -1
View File
@@ -30,7 +30,7 @@
#define HOST_GETCLOCK
#define TIMESPEC struct timespec
#define CLOCK_GETTIME(ts) clock_gettime(CLOCK_REALTIME, ts)
#define TP_NAME "OS Clock"
#define TP_NAME "macOS Clock"
#endif
#define EPICS_EXPOSE_LIBCOM_MONOTONIC_PRIVATE