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 /nptl | |
parent | 1c848253fce6eadd1f9227dab74b032c049226fb (diff) | |
download | glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.tar.gz glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.tar.xz glibc-9c03686dcc686aeedc6d6321b84553e140f5d27b.zip |
Update.
* sysdeps/unix/sysv/linux/bits/signum.h (__SIGRTMAX): Define as _NSIG.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a869dfdb54..4d19e4230f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -6,11 +6,12 @@ Disallow sending SIGCANCEL. * Makefile (tests): Remove tst-basic7. Add tst-kill1, tst-kill2, - tst-kill3, tst-kill4, tst-kill5. + tst-kill3, tst-kill4, tst-kill5, tst-kill6. * tst-kill1.c: New file. * tst-kill2.c: New file. * tst-kill3.c: New file. * tst-kill5.c: New file. + * tst-kill6.c: New file. * tst-basic7.c: Renamed to... * tst-kill4.c: ...this. |