diff options
Diffstat (limited to 'include/asm-m32r')
-rw-r--r-- | include/asm-m32r/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m32r/signal.h b/include/asm-m32r/signal.h index 937258686ba5..1a607066bc64 100644 --- a/include/asm-m32r/signal.h +++ b/include/asm-m32r/signal.h | |||
@@ -157,7 +157,7 @@ typedef struct sigaltstack { | |||
157 | #undef __HAVE_ARCH_SIG_BITOPS | 157 | #undef __HAVE_ARCH_SIG_BITOPS |
158 | 158 | ||
159 | struct pt_regs; | 159 | struct pt_regs; |
160 | extern int FASTCALL(do_signal(struct pt_regs *regs, sigset_t *oldset)); | 160 | extern int do_signal(struct pt_regs *regs, sigset_t *oldset); |
161 | 161 | ||
162 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) | 162 | #define ptrace_signal_deliver(regs, cookie) do { } while (0) |
163 | 163 | ||