]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Fix up signal_64 conflicting handle_signal() definition.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 17 Sep 2008 14:14:36 +0000 (23:14 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 17 Sep 2008 14:14:36 +0000 (23:14 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/signal_64.c

index 1d62dfef77f1df57d4c2b555e0a7d64a16052f8d..37bd381a7aa38a815e5446ea8259a80b31c2a58a 100644 (file)
 
 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
 
+static void
+handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka,
+               sigset_t *oldset, struct pt_regs * regs);
+
 /*
  * Note that 'init' is a special process: it doesn't get signals it doesn't
  * want to handle. Thus you cannot kill init even with a SIGKILL even by