aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-03 13:46:59 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:17:29 +0300
commit195c7fdce17f249502fd062bcc15ba44a2397a36 (patch)
treedc75baba95aefee0c3b7bcab5a6efdf2b8c6a029
parent3dd0aa9b8ee705c5d404010d688b009cfd251e3f (diff)
downloadydb-195c7fdce17f249502fd062bcc15ba44a2397a36.tar.gz
Disable non-existing macOS include
-rw-r--r--contrib/libs/libunwind/src/Unwind-sjlj.c2
-rw-r--r--contrib/libs/libunwind/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/libunwind/src/Unwind-sjlj.c b/contrib/libs/libunwind/src/Unwind-sjlj.c
index 7e8faf098f..653b887b54 100644
--- a/contrib/libs/libunwind/src/Unwind-sjlj.c
+++ b/contrib/libs/libunwind/src/Unwind-sjlj.c
@@ -77,7 +77,7 @@ struct _Unwind_FunctionContext {
#if !defined(FOR_DYLD)
#if defined(__APPLE__)
-#include <System/pthread_machdep.h>
+#error #include <System/pthread_machdep.h>
#else
static _LIBUNWIND_THREAD_LOCAL struct _Unwind_FunctionContext *stack = NULL;
#endif
diff --git a/contrib/libs/libunwind/ya.make b/contrib/libs/libunwind/ya.make
index f1d9bbe121..b763d587fa 100644
--- a/contrib/libs/libunwind/ya.make
+++ b/contrib/libs/libunwind/ya.make
@@ -1,4 +1,4 @@
-# Generated by devtools/yamaker from nixpkgs 22.05.
+# Generated by devtools/yamaker from nixpkgs 22.11.
LIBRARY()