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
-  Lines: 13
 -  Date:
2004-02-18 05:36:30.000000000 -0800
 -  Orig file: 
linux-2.4.24/arch/mips64/kernel/signal_n32.c
 -  Orig date: 
2003-08-25 04:44:40.000000000 -0700
 
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)