patch-2.1.101 linux/include/asm-mips/sigcontext.h
Next file: linux/include/asm-mips/signal.h
Previous file: linux/include/asm-mips/sgint23.h
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Fri May  8 00:13:26 1998
-  Orig file: 
v2.1.100/linux/include/asm-mips/sigcontext.h
-  Orig date: 
Tue Dec 16 12:46:14 1997
diff -u --recursive --new-file v2.1.100/linux/include/asm-mips/sigcontext.h linux/include/asm-mips/sigcontext.h
@@ -7,7 +7,7 @@
  *
  * Copyright (C) 1996, 1997 by Ralf Baechle
  *
- * $Id: sigcontext.h,v 1.4 1997/12/01 16:46:19 ralf Exp $
+ * $Id: sigcontext.h,v 1.6 1998/05/01 01:36:10 ralf Exp $
  */
 #ifndef __ASM_MIPS_SIGCONTEXT_H
 #define __ASM_MIPS_SIGCONTEXT_H
@@ -32,8 +32,7 @@
 	unsigned int       sc_cause;		/* Unused */
 	unsigned int       sc_badvaddr;		/* Unused */
 
-	unsigned long      sc_sigset;		/* kernel's sigset_t */
-	unsigned long      __pad0[3];		/* pad for constant size */
+	unsigned long      sc_sigset[4];	/* kernel's sigset_t */
 };
 
 #endif /* __ASM_MIPS_SIGCONTEXT_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov