Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>