patch-2.1.73 linux/include/asm-mips/sigcontext.h
Next file: linux/include/asm-mips/siginfo.h
Previous file: linux/include/asm-mips/shmiq.h
Back to the patch index
Back to the overall index
-  Lines: 25
-  Date:
Tue Dec 16 12:46:14 1997
-  Orig file: 
v2.1.72/linux/include/asm-mips/sigcontext.h
-  Orig date: 
Mon Jul  7 08:18:55 1997
diff -u --recursive --new-file v2.1.72/linux/include/asm-mips/sigcontext.h linux/include/asm-mips/sigcontext.h
@@ -1,5 +1,5 @@
 /*
- * include/asm-mips/uaccess.h
+ * include/asm-mips/sigcontext.h
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
@@ -7,7 +7,7 @@
  *
  * Copyright (C) 1996, 1997 by Ralf Baechle
  *
- * $Id: sigcontext.h,v 1.3 1997/06/25 16:57:31 ralf Exp $
+ * $Id: sigcontext.h,v 1.4 1997/12/01 16:46:19 ralf Exp $
  */
 #ifndef __ASM_MIPS_SIGCONTEXT_H
 #define __ASM_MIPS_SIGCONTEXT_H
@@ -32,7 +32,7 @@
 	unsigned int       sc_cause;		/* Unused */
 	unsigned int       sc_badvaddr;		/* Unused */
 
-	sigset_t           sc_sigset;
+	unsigned long      sc_sigset;		/* kernel's sigset_t */
 	unsigned long      __pad0[3];		/* pad for constant size */
 };
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov