mirror of git://sourceware.org/git/glibc.git
(_NSIG): Define to 65.
This commit is contained in:
parent
28d6ca4b60
commit
614ba8f749
|
|
@ -1,5 +1,5 @@
|
|||
/* 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.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
#define SIGPWR SIGINFO
|
||||
#define SIGIOT SIGABRT
|
||||
|
||||
#define _NSIG 64 /* Biggest signal number + 1. */
|
||||
#define _NSIG 65 /* Biggest signal number + 1. */
|
||||
|
||||
#define SIGRTMIN (__libc_current_sigrtmin ())
|
||||
#define SIGRTMAX (__libc_current_sigrtmax ())
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* 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.
|
||||
|
||||
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 SIGSTKFLT 36 /* Stack fault. */
|
||||
|
||||
#define _NSIG 64 /* Biggest signal number + 1
|
||||
#define _NSIG 65 /* Biggest signal number + 1
|
||||
(including real-time signals). */
|
||||
|
||||
#define SIGRTMIN (__libc_current_sigrtmin ())
|
||||
|
|
|
|||
Loading…
Reference in New Issue