aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/signal_n32.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-02-13 01:28:09 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-02-13 22:40:50 +0000
commit205d84aaea380bbd1cc1079d44086cd50c2c2dad (patch)
tree2842bfc750eec17d14da47014ff3dc6d45d3d4bd /arch/mips/kernel/signal_n32.c
parent[MIPS] signal: Fix warnings in o32 compat code. (diff)
downloadlinux-dev-205d84aaea380bbd1cc1079d44086cd50c2c2dad.tar.xz
linux-dev-205d84aaea380bbd1cc1079d44086cd50c2c2dad.zip
[MIPS] signal: Move {restore,setup}_sigcontext prototypes to their user
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--arch/mips/kernel/signal_n32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/kernel/signal_n32.c b/arch/mips/kernel/signal_n32.c
index 57456e6a0c62..b17ef04691e3 100644
--- a/arch/mips/kernel/signal_n32.c
+++ b/arch/mips/kernel/signal_n32.c
@@ -49,6 +49,10 @@
#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
+extern int setup_sigcontext(struct pt_regs *, struct sigcontext __user *);
+extern int restore_sigcontext(struct pt_regs *, struct sigcontext __user *);
+
+
/* IRIX compatible stack_t */
typedef struct sigaltstack32 {
s32 ss_sp;