(_NSIG): Define to 65.
authorUlrich Drepper <drepper@redhat.com>
Tue, 1 Apr 2003 06:16:53 +0000 (06:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Apr 2003 06:16:53 +0000 (06:16 +0000)
sysdeps/unix/sysv/linux/alpha/bits/signum.h
sysdeps/unix/sysv/linux/hppa/bits/signum.h

index 44c96a2..477c131 100644 (file)
@@ -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 ())
index 14346bf..bf46006 100644 (file)
@@ -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 ())