void-packages/srcpkgs/libunwind/patches/aarch64-musl.patch

12 lines
270 B
Diff
Raw Normal View History

2020-04-22 16:43:50 +00:00
--- 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;