diff options
Diffstat (limited to 'databases/clickhouse/files/patch-src_Common_StackTrace.cpp')
-rw-r--r-- | databases/clickhouse/files/patch-src_Common_StackTrace.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/clickhouse/files/patch-src_Common_StackTrace.cpp b/databases/clickhouse/files/patch-src_Common_StackTrace.cpp deleted file mode 100644 index bac5c5e25a8d..000000000000 --- a/databases/clickhouse/files/patch-src_Common_StackTrace.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Common/StackTrace.cpp.orig 2021-09-13 15:30:01.608345000 +0200 -+++ src/Common/StackTrace.cpp 2021-09-13 15:30:10.009331000 +0200 -@@ -186,6 +186,8 @@ static void * getCallerAddress(const ucontext_t & context) - #elif defined(__APPLE__) && defined(__aarch64__) - return reinterpret_cast<void *>(context.uc_mcontext->__ss.__pc); - -+#elif defined(__FreeBSD__) && defined(__aarch64__) -+ return reinterpret_cast<void *>(context.uc_mcontext.mc_gpregs.gp_elr); - #elif defined(__aarch64__) - return reinterpret_cast<void *>(context.uc_mcontext.pc); - #elif defined(__powerpc64__) |