aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-03 13:46:59 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-03 14:09:28 +0300
commita131ad9b58449a6508cdfb4a423c14ed09b09b03 (patch)
tree4f6edd897e3697597a3b583ce5d3fb59555e19d3
parentfc1e67a2ad8c64bea6ca9301aa220764eac1dd03 (diff)
downloadydb-a131ad9b58449a6508cdfb4a423c14ed09b09b03.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()