From 9c03686dcc686aeedc6d6321b84553e140f5d27b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 22 Feb 2003 00:02:57 +0000 Subject: Update. * sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG. --- sysdeps/unix/sysv/linux/bits/signum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/bits') diff --git a/sysdeps/unix/sysv/linux/bits/signum.h b/sysdeps/unix/sysv/linux/bits/signum.h index 74259b4920..a2fe52d244 100644 --- a/sysdeps/unix/sysv/linux/bits/signum.h +++ b/sysdeps/unix/sysv/linux/bits/signum.h @@ -1,5 +1,5 @@ /* Signal number definitions. Linux 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 @@ -75,6 +75,6 @@ /* These are the hard limits of the kernel. These values should not be used directly at user level. */ #define __SIGRTMIN 32 -#define __SIGRTMAX (_NSIG - 1) +#define __SIGRTMAX _NSIG #endif /* included. */ -- cgit 1.4.1