diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
commit | db7d4daea91e105e3859cf461d7e53b9b77454b2 (patch) | |
tree | 9bb65b95440af09e8aca63abe56970dd3360cc57 /include/asm-mips/siginfo.h | |
parent | 9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff) |
Merge with Linux 2.2.8.
Diffstat (limited to 'include/asm-mips/siginfo.h')
-rw-r--r-- | include/asm-mips/siginfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/siginfo.h b/include/asm-mips/siginfo.h index eca5b65dd..5eb837e00 100644 --- a/include/asm-mips/siginfo.h +++ b/include/asm-mips/siginfo.h @@ -1,4 +1,4 @@ -/* $Id: siginfo.h,v 1.4 1998/08/28 16:23:06 ralf Exp $ +/* $Id: siginfo.h,v 1.3 1998/09/19 19:19:39 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 @@ -146,7 +146,7 @@ typedef struct siginfo { */ #define TRAP_BRKPT 1 /* process breakpoint */ #define TRAP_TRACE 2 /* process trace trap */ -#define NSIGTRAP +#define NSIGTRAP 2 /* * SIGCHLD si_codes |