valgrind: added patch to make this build with recent kernel-libc-headers.
This commit is contained in:
parent
f0086e5472
commit
57b3c16cd6
|
@ -0,0 +1,10 @@
|
|||
--- coregrind/vgdb.c.orig 2013-08-13 11:47:04.267748406 +0200
|
||||
+++ coregrind/vgdb.c 2013-08-13 11:47:11.851818772 +0200
|
||||
@@ -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
|
||||
|
Loading…
Reference in New Issue