Commit b686057e authored by Sabyasachi Gupta's avatar Sabyasachi Gupta Committed by Shuah Khan

tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header

Remove sys/ucontext.h which is included more than once.
Signed-off-by: default avatarSabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: default avatarShuah Khan <shuah@kernel.org>
parent a180ac19
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment