diff options
Diffstat (limited to 'arch/x86/um/stub_segv.c')
-rw-r--r-- | arch/x86/um/stub_segv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/um/stub_segv.c b/arch/x86/um/stub_segv.c index b7450bd22e7d..1518d2805ae8 100644 --- a/arch/x86/um/stub_segv.c +++ b/arch/x86/um/stub_segv.c | |||
@@ -3,9 +3,9 @@ | |||
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "sysdep/stub.h" | 6 | #include <sysdep/stub.h> |
7 | #include "sysdep/faultinfo.h" | 7 | #include <sysdep/faultinfo.h> |
8 | #include "sysdep/mcontext.h" | 8 | #include <sysdep/mcontext.h> |
9 | 9 | ||
10 | void __attribute__ ((__section__ (".__syscall_stub"))) | 10 | void __attribute__ ((__section__ (".__syscall_stub"))) |
11 | stub_segv_handler(int sig, siginfo_t *info, void *p) | 11 | stub_segv_handler(int sig, siginfo_t *info, void *p) |