diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-17 21:44:49 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-17 21:44:49 +0000 |
commit | 04d922235cd78aa171fc99ffcfe91180907cc6ce (patch) | |
tree | a0894ac37b2e5e26027e0601c5b72a5d03bce37f /include/asm-mips64/siginfo.h | |
parent | 930db287b1d4ed0f7d5a2c8e1e4a834126aa9e57 (diff) |
Standards demand that _band is long, not int.
Diffstat (limited to 'include/asm-mips64/siginfo.h')
-rw-r--r-- | include/asm-mips64/siginfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips64/siginfo.h b/include/asm-mips64/siginfo.h index b1cc51216..7ceb38090 100644 --- a/include/asm-mips64/siginfo.h +++ b/include/asm-mips64/siginfo.h @@ -1,10 +1,10 @@ -/* $Id: siginfo.h,v 1.2 2000/01/27 01:05:37 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 * for more details. * - * Copyright (C) 1998, 1999 by Ralf Baechle + * Copyright (C) 1998, 1999, 2001 Ralf Baechle + * Copyright (C) 2000, 2001 Silicon Graphics, Inc. */ #ifndef _ASM_SIGINFO_H #define _ASM_SIGINFO_H @@ -62,7 +62,7 @@ typedef struct siginfo { /* SIGPOLL, SIGXFSZ (To do ...) */ struct { - int _band; /* POLL_IN, POLL_OUT, POLL_MSG */ + long _band; /* POLL_IN, POLL_OUT, POLL_MSG */ int _fd; } _sigpoll; |