aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch
blob: f159876dbc8d273e8d7fe293ffb4741ded480406 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/coregrind/vgdb.c
+++ b/coregrind/vgdb.c
@@ -102,7 +102,6 @@ I_die_here : (PTRACEINVOKER) architectur
 #include <sys/user.h>
 #if defined(VGO_linux)
 #  include <sys/prctl.h>
-#  include <linux/ptrace.h>
 #endif
 #endif