diff --git a/patches/libunwind-1.4.0-void-aarch64-musl.patch b/patches/libunwind-1.4.0-void-aarch64-musl.patch new file mode 100644 index 0000000..e424c1a --- /dev/null +++ b/patches/libunwind-1.4.0-void-aarch64-musl.patch @@ -0,0 +1,11 @@ +--- include/libunwind-aarch64.h ++++ include/libunwind-aarch64.h +@@ -192,7 +192,7 @@ + unsigned long uc_flags; + struct ucontext *uc_link; + stack_t uc_stack; +- __sigset_t uc_sigmask; ++ sigset_t uc_sigmask; + struct unw_sigcontext uc_mcontext; + } unw_tdep_context_t; +