void-packages/srcpkgs/valgrind/patches/use-sys-pthread-header.patch

11 lines
300 B
Diff

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