patch-2.4.25 linux-2.4.25/arch/mips64/kernel/signal_n32.c

Next file: linux-2.4.25/arch/mips64/kernel/smp.c
Previous file: linux-2.4.25/arch/mips64/kernel/signal32.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips64/kernel/signal_n32.c linux-2.4.25/arch/mips64/kernel/signal_n32.c
@@ -37,6 +37,12 @@
 #include <asm/system.h>
 #include <asm/fpu.h>
 
+/*
+ * Including <asm/unistd.h would give use the 64-bit syscall numbers ...
+ */
+#define __NR_N32_rt_sigreturn		6211
+#define __NR_N32_restart_syscall	6214
+
 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
 
 /* IRIX compatible stack_t  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)