musl-asm_ptrace_h.patch 299 B

1234567891011
  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 @@
  4. #include <stdlib.h>
  5. #if defined(__powerpc__) && defined(__linux__)
  6. +# include <asm/ptrace.h>
  7. # include <sys/ptrace.h>
  8. # include <sys/user.h>
  9. #endif