about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-13 08:32:43 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-13 08:32:43 +0000
commit219304ecbbb8dab55a788dd3bbb31b3ce01d88a9 (patch)
tree658fa01a840c11bf802e757d8de835bb2f9780a8 /nptl/ChangeLog
parent3730d95c778f794fff48574c95d6658d6d5224ed (diff)
downloadglibc-219304ecbbb8dab55a788dd3bbb31b3ce01d88a9.tar.gz
glibc-219304ecbbb8dab55a788dd3bbb31b3ce01d88a9.tar.xz
glibc-219304ecbbb8dab55a788dd3bbb31b3ce01d88a9.zip
Update.
	* sysdeps/pthread/pthread_cond_timedwait.c
	(__pthread_cond_timedwait): Optimize.  Drop internal lock earlier.
	Reuse code.  Add __builtin_expects.

	* init.c (pthread_functions): Make array const.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 351ff05041..c37d8a3ade 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,9 @@
 2004-02-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/pthread/pthread_cond_timedwait.c
+	(__pthread_cond_timedwait): Optimize.  Drop internal lock earlier.
+	Reuse code.  Add __builtin_expects.
+
 	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
 	(__pthread_cond_timedwait): Get internal lock in case timeout has
 	passed before the futex syscall.
@@ -35,7 +39,7 @@
 
 2004-01-14  Ulrich Drepper  <drepper@redhat.com>
 
-	* init.c (pthread_funtions): Make array const.
+	* init.c (pthread_functions): Make array const.
 
 2004-01-13  Ulrich Drepper  <drepper@redhat.com>