From c442d095c03c75c0a87051ba073dc3739e9201a5 Mon Sep 17 00:00:00 2001 From: James M Leddy Date: Thu, 5 Dec 2024 17:05:12 -0500 Subject: [PATCH] Add link to upstream Signed-off-by: James M Leddy --- lib/cprofiles/include/cprofiles/cprof_info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cprofiles/include/cprofiles/cprof_info.h b/lib/cprofiles/include/cprofiles/cprof_info.h index 10f06c905cd..a60c04b9a1f 100644 --- a/lib/cprofiles/include/cprofiles/cprof_info.h +++ b/lib/cprofiles/include/cprofiles/cprof_info.h @@ -20,14 +20,14 @@ #ifndef CPROF_INFO_H #define CPROF_INFO_H -#define CPROF_SOURCE_DIR "/src/fluent-bit" +#define CPROF_SOURCE_DIR "/Users/james.leddy/src/fluent-bit" /* General flags set by /CMakeLists.txt */ #ifndef CPROF_HAVE_TIMESPEC_GET #define CPROF_HAVE_TIMESPEC_GET #endif -#ifndef CPROF_HAVE_GMTIME_R -#define CPROF_HAVE_GMTIME_R +#ifndef CPROF_HAVE_CLOCK_GET_TIME +#define CPROF_HAVE_CLOCK_GET_TIME #endif #ifndef CPROF_HAVE_CFL #define CPROF_HAVE_CFL