summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/sighandling.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/sighandling.h')
-rw-r--r--arch/x86/include/asm/sighandling.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/sighandling.h b/arch/x86/include/asm/sighandling.h
index 35e0b579ffcb..65e667279e0f 100644
--- a/arch/x86/include/asm/sighandling.h
+++ b/arch/x86/include/asm/sighandling.h
@@ -15,8 +15,4 @@
void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
-#ifdef CONFIG_X86_X32_ABI
-asmlinkage long sys32_x32_rt_sigreturn(void);
-#endif
-
#endif /* _ASM_X86_SIGHANDLING_H */