diff options
Diffstat (limited to 'arch/x86/include/asm/ptrace.h')
| -rw-r--r-- | arch/x86/include/asm/ptrace.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/ptrace.h b/arch/x86/include/asm/ptrace.h index 35664547125..dcfde52979c 100644 --- a/arch/x86/include/asm/ptrace.h +++ b/arch/x86/include/asm/ptrace.h @@ -145,7 +145,6 @@ extern unsigned long  convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs);  extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs,  			 int error_code, int si_code); -void signal_fault(struct pt_regs *regs, void __user *frame, char *where);  extern long syscall_trace_enter(struct pt_regs *);  extern void syscall_trace_leave(struct pt_regs *);  |