diff options
Diffstat (limited to 'include/asm-mips/signal.h')
-rw-r--r-- | include/asm-mips/signal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/signal.h b/include/asm-mips/signal.h index e195bc6b2..3571a30de 100644 --- a/include/asm-mips/signal.h +++ b/include/asm-mips/signal.h @@ -1,4 +1,4 @@ -/* $Id: signal.h,v 1.4 1998/08/18 20:46:42 ralf Exp $ +/* $Id: signal.h,v 1.5 1998/08/25 09:22:01 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -16,7 +16,7 @@ #define _NSIG_WORDS (_NSIG / _NSIG_BPW) typedef struct { - unsigned long sig[_NSIG_WORDS]; + __u32 sig[_NSIG_WORDS]; } sigset_t; typedef unsigned long old_sigset_t; /* at least 32 bits */ |