4b0a2ca9a4
Update strace to 4.16 Refresh patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
17 lines
312 B
Diff
17 lines
312 B
Diff
--- a/ptrace.h
|
|
+++ b/ptrace.h
|
|
@@ -48,7 +48,14 @@
|
|
# define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
|
|
#endif
|
|
|
|
+#if POWERPC
|
|
+#include <linux/types.h>
|
|
+#define __ASSEMBLY__
|
|
+#endif
|
|
#include <linux/ptrace.h>
|
|
+#if POWERPC
|
|
+#undef __ASSEMBLY__
|
|
+#endif
|
|
|
|
#ifdef HAVE_STRUCT_IA64_FPREG
|
|
# undef ia64_fpreg
|