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

This commit is contained in:
Andrew Johnson
2022-06-15 14:05:09 -05: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