summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/sigcontext.h')
-rw-r--r--include/asm-sparc64/sigcontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sparc64/sigcontext.h b/include/asm-sparc64/sigcontext.h
index 8934cd9b1..102e73385 100644
--- a/include/asm-sparc64/sigcontext.h
+++ b/include/asm-sparc64/sigcontext.h
@@ -1,4 +1,4 @@
-/* $Id: sigcontext.h,v 1.9 1997/08/19 14:18:38 jj Exp $ */
+/* $Id: sigcontext.h,v 1.10 1997/12/11 15:16:11 jj Exp $ */
#ifndef __SPARC64_SIGCONTEXT_H
#define __SPARC64_SIGCONTEXT_H
@@ -67,7 +67,7 @@ typedef struct {
typedef struct {
struct pt_regs si_regs;
- int si_mask;
+ long si_mask;
} __siginfo_t;
typedef struct {