X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fsignal.h;h=7be18b5e2fb41a9ec1794028a0364324360a6828;hb=6d1d07e41a1de478a0da3cc14b4a8054ef09931c;hp=0a98f5ec5caed28fdfcaa91c183e7ef181534833;hpb=325a479c4c110db278ef3361460a48c4093252cc;p=linux-2.6 diff --git a/include/linux/signal.h b/include/linux/signal.h index 0a98f5ec5c..7be18b5e2f 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h @@ -231,10 +231,8 @@ extern int __group_send_sig_info(int, struct siginfo *, struct task_struct *); extern long do_sigpending(void __user *, unsigned long); extern int sigprocmask(int, sigset_t *, sigset_t *); -#ifndef HAVE_ARCH_GET_SIGNAL_TO_DELIVER struct pt_regs; extern int get_signal_to_deliver(siginfo_t *info, struct k_sigaction *return_ka, struct pt_regs *regs, void *cookie); -#endif #endif /* __KERNEL__ */