mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Added patch for libunwind on aarch64
This commit is contained in:
11
patches/libunwind-1.4.0-void-aarch64-musl.patch
Normal file
11
patches/libunwind-1.4.0-void-aarch64-musl.patch
Normal 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;
|
||||
|
Reference in New Issue
Block a user