Added patch for libunwind on aarch64

This commit is contained in:
aospdeveloper.exeis
2020-08-22 12:11:08 -05:00
parent 255af81394
commit 1fe022b584

View File

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