diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 00:02:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-22 00:02:57 +0000 |
commit | 9c03686dcc686aeedc6d6321b84553e140f5d27b (patch) | |
tree | e5b42d5d298a6eb8b6638243f036e7735bca2cb8 /sysdeps/unix/sysv/linux/bits/signum.h | |
parent | 1c848253fce6eadd1f9227dab74b032c049226fb (diff) | |
download | glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.tar glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.tar.gz glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.tar.bz2 glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.zip |
Update.
* sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/signum.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/signum.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 /* <signal.h> included. */ |