aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-19 22:35:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-19 22:35:27 +0000
commit35232039c0d3b21e40d447970784e464604e3e8a (patch)
tree0903d2906676f28bfc4f5d14359d93fe3e72d52e /package/devel/valgrind/patches/120-no_linux_ptrace_h.patch
parent939d0869cc40371138a81768ca7d1ddad9fd255e (diff)
downloadupstream-35232039c0d3b21e40d447970784e464604e3e8a.tar.gz
upstream-35232039c0d3b21e40d447970784e464604e3e8a.tar.bz2
upstream-35232039c0d3b21e40d447970784e464604e3e8a.zip
valgrind: update to the latest version, fix musl support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42978
Diffstat (limited to 'package/devel/valgrind/patches/120-no_linux_ptrace_h.patch')
-rw-r--r--package/devel/valgrind/patches/120-no_linux_ptrace_h.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch b/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch
deleted file mode 100644
index f159876dbc..0000000000
--- a/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
-