aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
diff options
context:
space:
mode:
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>2019-01-14 17:48:02 +0530
committerShuah Khan <shuah@kernel.org>2019-01-14 18:50:42 -0700
commitb686057e95075b51939ade6b8c9b478a1011342a (patch)
tree12a657e3a63f7de7486bda231279d87ec8610535 /tools
parentx86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded" (diff)
downloadwireguard-linux-b686057e95075b51939ade6b8c9b478a1011342a.tar.xz
wireguard-linux-b686057e95075b51939ade6b8c9b478a1011342a.zip
tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
Remove sys/ucontext.h which is included more than once. Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com> Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/x86/unwind_vdso.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/unwind_vdso.c b/tools/testing/selftests/x86/unwind_vdso.c
index 00a26a82fa98..97311333700e 100644
--- a/tools/testing/selftests/x86/unwind_vdso.c
+++ b/tools/testing/selftests/x86/unwind_vdso.c
@@ -44,7 +44,6 @@ int main()
#include <stdbool.h>
#include <sys/ptrace.h>
#include <sys/user.h>
-#include <sys/ucontext.h>
#include <link.h>
#include <sys/auxv.h>
#include <dlfcn.h>