aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-30 06:03:38 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-30 06:03:38 +0000
commit586d174837d85006bb64199f2ba15830f83ee28a (patch)
treedc296585dcf336f882c29caf6c7c6c8b1ab131d1 /nptl/ChangeLog
parentb8ba4a2741c2d9e1b723615228bcacedb1b941c2 (diff)
downloadglibc-586d174837d85006bb64199f2ba15830f83ee28a.tar
glibc-586d174837d85006bb64199f2ba15830f83ee28a.tar.gz
glibc-586d174837d85006bb64199f2ba15830f83ee28a.tar.bz2
glibc-586d174837d85006bb64199f2ba15830f83ee28a.zip
Update.
* Makefile (tests): Add tst-signal6. * tst-signal6.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 5b7d306869..eb56d05a9e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
2003-05-29 Ulrich Drepper <drepper@redhat.com>
+ * Makefile (tests): Add tst-signal6.
+ * tst-signal6.c: New file.
+
* sysdeps/unix/sysv/linux/s390/lowlevellock.h
(__lll_mutex_unlock_force): New function
(lll_mutex_unlock_force): Use __lll_mutex_unlock_force.