aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-19 00:38:11 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-19 00:38:11 +0000
commitac9e0aa1b0f59f3e2d47f1fc40b2c8061202e6ca (patch)
tree813bb336643c6459dddc2656c5607332908b7078 /nptl/ChangeLog
parent604b15cf5f43be0f8eeec9ed63342b9021c30c3e (diff)
downloadglibc-ac9e0aa1b0f59f3e2d47f1fc40b2c8061202e6ca.tar
glibc-ac9e0aa1b0f59f3e2d47f1fc40b2c8061202e6ca.tar.gz
glibc-ac9e0aa1b0f59f3e2d47f1fc40b2c8061202e6ca.tar.bz2
glibc-ac9e0aa1b0f59f3e2d47f1fc40b2c8061202e6ca.zip
Update.
* Makefile (tests): Add tst-cond11. * tst-cond11.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 f0cc80d0cd..0150cadb70 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
2003-03-18 Ulrich Drepper <drepper@redhat.com>
+ * Makefile (tests): Add tst-cond11.
+ * tst-cond11.c: New file.
+
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Reorder
struct passed to cleanup handler to eliminate one more
instruction.