about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-22 00:02:57 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-22 00:02:57 +0000
commit9c03686dcc686aeedc6d6321b84553e140f5d27b (patch)
treee5b42d5d298a6eb8b6638243f036e7735bca2cb8 /nptl/ChangeLog
parent1c848253fce6eadd1f9227dab74b032c049226fb (diff)
downloadglibc-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/ChangeLog')
-rw-r--r--nptl/ChangeLog3
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.