(_NSIG): Define to 65.

This commit is contained in:
Ulrich Drepper 2003-04-01 06:16:53 +00:00
parent 28d6ca4b60
commit 614ba8f749
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* Signal number definitions. Linux/Alpha version. /* Signal number definitions. Linux/Alpha version.
Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1998, 1999, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@ -69,7 +69,7 @@
#define SIGPWR SIGINFO #define SIGPWR SIGINFO
#define SIGIOT SIGABRT #define SIGIOT SIGABRT
#define _NSIG 64 /* Biggest signal number + 1. */ #define _NSIG 65 /* Biggest signal number + 1. */
#define SIGRTMIN (__libc_current_sigrtmin ()) #define SIGRTMIN (__libc_current_sigrtmin ())
#define SIGRTMAX (__libc_current_sigrtmax ()) #define SIGRTMAX (__libc_current_sigrtmax ())

View File

@ -1,5 +1,5 @@
/* Signal number definitions. Linux/HPPA version. /* Signal number definitions. Linux/HPPA version.
Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. Copyright (C) 1995,1996,1997,1998,1999,2003 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@ -68,7 +68,7 @@
#define SIGXFSZ 34 /* File size limit exceeded (4.2 BSD). */ #define SIGXFSZ 34 /* File size limit exceeded (4.2 BSD). */
#define SIGSTKFLT 36 /* Stack fault. */ #define SIGSTKFLT 36 /* Stack fault. */
#define _NSIG 64 /* Biggest signal number + 1 #define _NSIG 65 /* Biggest signal number + 1
(including real-time signals). */ (including real-time signals). */
#define SIGRTMIN (__libc_current_sigrtmin ()) #define SIGRTMIN (__libc_current_sigrtmin ())