valgrind: added patch to make this build with recent kernel-libc-headers.

This commit is contained in:
Juan RP 2013-08-13 11:49:09 +02:00
parent f0086e5472
commit 57b3c16cd6
1 changed files with 10 additions and 0 deletions

View File

@ -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