diff options
Diffstat (limited to 'arch/um/include/kern_util.h')
-rw-r--r-- | arch/um/include/kern_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h index 8fadf8962e3e..625ca2924a56 100644 --- a/arch/um/include/kern_util.h +++ b/arch/um/include/kern_util.h | |||
@@ -62,6 +62,7 @@ extern int singlestepping(void *t); | |||
62 | extern void segv_handler(int sig, struct uml_pt_regs *regs); | 62 | extern void segv_handler(int sig, struct uml_pt_regs *regs); |
63 | extern void bus_handler(int sig, struct uml_pt_regs *regs); | 63 | extern void bus_handler(int sig, struct uml_pt_regs *regs); |
64 | extern void winch(int sig, struct uml_pt_regs *regs); | 64 | extern void winch(int sig, struct uml_pt_regs *regs); |
65 | extern void fatal_sigsegv(void) __attribute__ ((noreturn)); | ||
65 | 66 | ||
66 | 67 | ||
67 | #endif | 68 | #endif |