You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/devel/strace/patches/100-workaround--pt-reg-coll...

15 lines
318 B
Diff

--- a/ptrace.h
+++ b/ptrace.h
@@ -52,7 +52,10 @@ extern long ptrace(int, int, char *, long);
# define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
#endif
+#include <linux/types.h>
+#define __ASSEMBLY__
#include <linux/ptrace.h>
+#undef __ASSEMBLY__
#ifdef HAVE_STRUCT_IA64_FPREG
# undef ia64_fpreg
--