Message ID | 5c3c7dfe.1c69fb81.7c853.0be7@mx.google.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | b686057e95075b51939ade6b8c9b478a1011342a |
Headers | show |
Series | tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header | expand |
On 1/14/19 5:18 AM, Sabyasachi Gupta wrote: > Remove sys/ucontext.h which is included more than once. > > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@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> > Thanks for the patch. I will pull this in for 5.1-rc1 thanks, -- Shuah
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>
Remove sys/ucontext.h which is included more than once. Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com> --- tools/testing/selftests/x86/unwind_vdso.c | 1 - 1 file changed, 1 deletion(-)