diff options
Diffstat (limited to 'arch/sparc/include/asm/sigcontext.h')
-rw-r--r-- | arch/sparc/include/asm/sigcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/sigcontext.h b/arch/sparc/include/asm/sigcontext.h index fc2df1e892cb..f4eb630a58ed 100644 --- a/arch/sparc/include/asm/sigcontext.h +++ b/arch/sparc/include/asm/sigcontext.h | |||
@@ -25,7 +25,7 @@ struct sigcontext32 { | |||
25 | int sigc_oswins; /* outstanding windows */ | 25 | int sigc_oswins; /* outstanding windows */ |
26 | 26 | ||
27 | /* stack ptrs for each regwin buf */ | 27 | /* stack ptrs for each regwin buf */ |
28 | unsigned sigc_spbuf[__SUNOS_MAXWIN]; | 28 | unsigned int sigc_spbuf[__SUNOS_MAXWIN]; |
29 | 29 | ||
30 | /* Windows to restore after signal */ | 30 | /* Windows to restore after signal */ |
31 | struct reg_window32 sigc_wbuf[__SUNOS_MAXWIN]; | 31 | struct reg_window32 sigc_wbuf[__SUNOS_MAXWIN]; |