aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-21 18:53:38 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-21 18:53:38 +0000
commit1d9b73ab80395bfa5974a7e9fd4d99791783ea71 (patch)
tree935f5e0741e2c978371f640f3ba50e2d7411f009 /nptl/ChangeLog
parente42a990eccb6ce79650db5fb713b94732df82f4d (diff)
downloadglibc-1d9b73ab80395bfa5974a7e9fd4d99791783ea71.tar
glibc-1d9b73ab80395bfa5974a7e9fd4d99791783ea71.tar.gz
glibc-1d9b73ab80395bfa5974a7e9fd4d99791783ea71.tar.bz2
glibc-1d9b73ab80395bfa5974a7e9fd4d99791783ea71.zip
Update.
2003-11-21 Jakub Jelinek <jakub@redhat.com> * Makefile (distribute): Add tst-cleanup4aux.c. * tst-cond12.c (prepare): Add prototype. Move after test-skeleton.c include. * tst-cond12.c (do_test): If USE_COND_SIGNAL is defined, use pthread_cond_signal.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 5c9dfa8282..88ba084a30 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,15 @@
+2003-11-21 Jakub Jelinek <jakub@redhat.com>
+
+ * Makefile (distribute): Add tst-cleanup4aux.c.
+
+ * tst-cond12.c (prepare): Add prototype. Move after test-skeleton.c
+ include.
+
2003-11-21 Ulrich Drepper <drepper@redhat.com>
+ * tst-cond12.c (do_test): If USE_COND_SIGNAL is defined, use
+ pthread_cond_signal.
+
* sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Don't
store mutex address if the current value is ~0l.
* sysdeps/pthread/pthread_cond_timedwait.c