diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/signal_32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/signal_32.c b/arch/sh/kernel/signal_32.c index 17784e19ae34..b5afbec1db59 100644 --- a/arch/sh/kernel/signal_32.c +++ b/arch/sh/kernel/signal_32.c | |||
@@ -332,8 +332,8 @@ get_sigframe(struct k_sigaction *ka, unsigned long sp, size_t frame_size) | |||
332 | 332 | ||
333 | /* These symbols are defined with the addresses in the vsyscall page. | 333 | /* These symbols are defined with the addresses in the vsyscall page. |
334 | See vsyscall-trapa.S. */ | 334 | See vsyscall-trapa.S. */ |
335 | extern void __user __kernel_sigreturn; | 335 | extern void __kernel_sigreturn(void); |
336 | extern void __user __kernel_rt_sigreturn; | 336 | extern void __kernel_rt_sigreturn(void); |
337 | 337 | ||
338 | static int setup_frame(int sig, struct k_sigaction *ka, | 338 | static int setup_frame(int sig, struct k_sigaction *ka, |
339 | sigset_t *set, struct pt_regs *regs) | 339 | sigset_t *set, struct pt_regs *regs) |