Files
BMLFS/patches/libunwind-void/aarch64-musl.patch
2020-10-15 02:54:41 -05:00

12 lines
270 B
Diff

--- 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;