Skip to content
Snippets Groups Projects
Commit c1927d21 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

valgrind: avoid including linux/ptrace.h to fix a musl build error


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 41054
parent ad97acf4
No related branches found
No related tags found
No related merge requests found
--- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment