about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-09 22:49:50 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-09 22:49:50 +0000
commit5b318f8556255638907de5251e3df225a6cfcdff (patch)
treeb7a70263f76d691d325a44b55cfafbd702eeaf21 /nptl/ChangeLog
parentb17203463dc96148641c00fd5eda93fef95475c8 (diff)
downloadglibc-5b318f8556255638907de5251e3df225a6cfcdff.tar.gz
glibc-5b318f8556255638907de5251e3df225a6cfcdff.tar.xz
glibc-5b318f8556255638907de5251e3df225a6cfcdff.zip
Update.
	(__pthread_cond_signal): Use correct futex pointer in
	__lll_mutex_lock_wait call.

	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index cd451c83c3..c0b54e0cdd 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,6 +1,10 @@
 2003-06-09  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
+	(__pthread_cond_signal): Use correct futex pointer in
+	__lll_mutex_lock_wait call.
+
+	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
 	(__pthread_cond_signal): Some more tweaks to handle cond_lock!=0.
 
 2003-06-08  Ulrich Drepper  <drepper@redhat.com>