From 167807f0c4d7f0c6b8231954678dce3bee439faa Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 15 Jun 2022 14:05:09 -0500 Subject: [PATCH] Rename OS Clock provider on macOS, uses a different implementation. --- modules/libcom/src/osi/os/Darwin/osdTime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libcom/src/osi/os/Darwin/osdTime.cpp b/modules/libcom/src/osi/os/Darwin/osdTime.cpp index 060dc43f9..aa462ab10 100644 --- a/modules/libcom/src/osi/os/Darwin/osdTime.cpp +++ b/modules/libcom/src/osi/os/Darwin/osdTime.cpp @@ -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