projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a180ac1
)
tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
author
Sabyasachi Gupta
<sabyasachi.linux@gmail.com>
Mon, 14 Jan 2019 12:18:02 +0000
(17:48 +0530)
committer
Shuah Khan
<shuah@kernel.org>
Tue, 15 Jan 2019 01:50:42 +0000
(18:50 -0700)
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>
tools/testing/selftests/x86/unwind_vdso.c
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/x86/unwind_vdso.c
b/tools/testing/selftests/x86/unwind_vdso.c
index 00a26a82fa98b1eec4f82046b9a88517ceb8c7e4..97311333700e7154e19c86f5b5de29208332b429 100644
(file)
--- 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>