about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-04 09:45:01 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-04 09:45:01 +0000
commit29bc410c29ee2185bf91bf5fa923d8646ee9d501 (patch)
tree69cc5f9a071a5e1ab55d06cd5c222cc20ebae6b3 /nptl/ChangeLog
parentd27a78be343159b2a1b8e3856f3c51fdd0162c35 (diff)
downloadglibc-29bc410c29ee2185bf91bf5fa923d8646ee9d501.tar.gz
glibc-29bc410c29ee2185bf91bf5fa923d8646ee9d501.tar.xz
glibc-29bc410c29ee2185bf91bf5fa923d8646ee9d501.zip
Update.
	* old_pthread_cond_broadcast.c: Optimize initialization a bit to work
	around gcc defficiencies.
	* old_pthread_cond_signal.c: Likewise.
	* old_pthread_cond_timedwait.c: Likewise.
	* old_pthread_cond_wait.c: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d8a27c8107..2025464bfb 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,11 @@
 2003-01-04  Ulrich Drepper  <drepper@redhat.com>
 
+	* old_pthread_cond_broadcast.c: Optimize initialization a bit to work
+	around gcc defficiencies.
+	* old_pthread_cond_signal.c: Likewise.
+	* old_pthread_cond_timedwait.c: Likewise.
+	* old_pthread_cond_wait.c: Likewise.
+
 	* pthreadP.h (pthread_cond_2_0_t): Remove unneeded lock element.
 
 2003-01-03  Ulrich Drepper  <drepper@redhat.com>