Explorar o código

sh: Fix up signal_64 conflicting handle_signal() definition.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt %!s(int64=17) %!d(string=hai) anos
pai
achega
8a80a5e9e8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      arch/sh/kernel/signal_64.c

+ 4 - 0
arch/sh/kernel/signal_64.c

@@ -43,6 +43,10 @@
 
 #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