recipes: libs/ncurses: Do not use the C11 Noreturn feature for now
[dragora.git] / patches / elfutils / musl-asm_ptrace_h.patch
blobd4ebf315549c8938cba2109553f9dd5a9a9f3749
1 --- backends/ppc_initreg.c 2019-11-26 23:48:42.000000000 +0100
2 +++ backends/ppc_initreg.c 2019-12-08 16:57:58.334872602 +0100
3 @@ -32,6 +32,7 @@
5 #include <stdlib.h>
6 #if defined(__powerpc__) && defined(__linux__)
7 +# include <asm/ptrace.h>
8 # include <sys/ptrace.h>
9 # include <sys/user.h>
10 #endif