All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header
@ 2019-01-14 12:18 ` Sabyasachi Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: sabyasachi.linux @ 2019-01-14 12:18 UTC (permalink / raw)


Remove sys/ucontext.h which is included more than once.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
---
 tools/testing/selftests/x86/unwind_vdso.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/testing/selftests/x86/unwind_vdso.c b/tools/testing/selftests/x86/unwind_vdso.c
index 00a26a8..9731133 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>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-15  1:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14 12:18 [PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header sabyasachi.linux
2019-01-14 12:18 ` Sabyasachi Gupta
2019-01-15  1:45 ` shuah
2019-01-15  1:45   ` shuah

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.