mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
12 lines
270 B
Diff
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;
|
|
|