patch-2.1.29 linux/include/asm-sparc/sigcontext.h
Next file: linux/include/asm-sparc/smp_lock.h
Previous file: linux/include/asm-sparc/sbus.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Wed Mar 5 17:04:33 1997
- Orig file:
v2.1.28/linux/include/asm-sparc/sigcontext.h
- Orig date:
Sun Jan 26 02:07:47 1997
diff -u --recursive --new-file v2.1.28/linux/include/asm-sparc/sigcontext.h linux/include/asm-sparc/sigcontext.h
@@ -1,6 +1,6 @@
-/* $Id: sigcontext.h,v 1.11 1997/01/19 22:32:07 ecd Exp $ */
-#ifndef _ASMsparc_SIGCONTEXT_H
-#define _ASMsparc_SIGCONTEXT_H
+/* $Id: sigcontext.h,v 1.12 1997/03/03 16:51:52 jj Exp $ */
+#ifndef __SPARC_SIGCONTEXT_H
+#define __SPARC_SIGCONTEXT_H
#include <asm/ptrace.h>
@@ -43,7 +43,7 @@
} __siginfo_t;
typedef struct {
- unsigned long si_float_regs [64];
+ unsigned long si_float_regs [32];
unsigned long si_fsr;
unsigned long si_fpqdepth;
struct {
@@ -54,4 +54,4 @@
#endif /* !(__ASSEMBLY__) */
-#endif /* !(_ASMsparc_SIGCONTEXT_H) */
+#endif /* !(__SPARC_SIGCONTEXT_H) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov