diff options
Diffstat (limited to 'include/asm-x86/ptrace.h')
-rw-r--r-- | include/asm-x86/ptrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86/ptrace.h b/include/asm-x86/ptrace.h index a33f027dbbea..fad807769910 100644 --- a/include/asm-x86/ptrace.h +++ b/include/asm-x86/ptrace.h | |||
@@ -144,10 +144,10 @@ convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs); | |||
144 | #ifdef CONFIG_X86_32 | 144 | #ifdef CONFIG_X86_32 |
145 | extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, | 145 | extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, |
146 | int error_code); | 146 | int error_code); |
147 | #else | ||
148 | void signal_fault(struct pt_regs *regs, void __user *frame, char *where); | ||
149 | #endif | 147 | #endif |
150 | 148 | ||
149 | void signal_fault(struct pt_regs *regs, void __user *frame, char *where); | ||
150 | |||
151 | extern long syscall_trace_enter(struct pt_regs *); | 151 | extern long syscall_trace_enter(struct pt_regs *); |
152 | extern void syscall_trace_leave(struct pt_regs *); | 152 | extern void syscall_trace_leave(struct pt_regs *); |
153 | 153 | ||