patch-2.1.23 linux/include/asm-sparc/sigcontext.h
Next file: linux/include/asm-sparc/smp.h
Previous file: linux/include/asm-sparc/semaphore.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Sun Jan 26 12:07:47 1997
- Orig file:
v2.1.22/linux/include/asm-sparc/sigcontext.h
- Orig date:
Wed Dec 18 15:59:01 1996
diff -u --recursive --new-file v2.1.22/linux/include/asm-sparc/sigcontext.h linux/include/asm-sparc/sigcontext.h
@@ -1,4 +1,4 @@
-/* $Id: sigcontext.h,v 1.10 1996/11/27 01:46:51 miguel Exp $ */
+/* $Id: sigcontext.h,v 1.11 1997/01/19 22:32:07 ecd Exp $ */
#ifndef _ASMsparc_SIGCONTEXT_H
#define _ASMsparc_SIGCONTEXT_H
@@ -38,7 +38,11 @@
};
typedef struct {
- struct pt_regs si_regs;
+ struct pt_regs si_regs;
+ int si_mask;
+} __siginfo_t;
+
+typedef struct {
unsigned long si_float_regs [64];
unsigned long si_fsr;
unsigned long si_fpqdepth;
@@ -46,8 +50,7 @@
unsigned long *insn_addr;
unsigned long insn;
} si_fpqueue [16];
- int si_mask;
-} __siginfo_t;
+} __siginfo_fpu_t;
#endif /* !(__ASSEMBLY__) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov