about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-04 02:12:26 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-04 02:12:26 +0000
commitb1151300d6e9af599cc91a5c56799feaf49b2e2d (patch)
tree463de8146792d2d29cd99af0e25694934c70d3d8 /nptl/ChangeLog
parent75c43017cb843ef4fd05ba342b858084d775405a (diff)
downloadglibc-b1151300d6e9af599cc91a5c56799feaf49b2e2d.tar.gz
glibc-b1151300d6e9af599cc91a5c56799feaf49b2e2d.tar.xz
glibc-b1151300d6e9af599cc91a5c56799feaf49b2e2d.zip
Update.
	* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
	(condvar_cleanup): Get condvar address from the right place.
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 62744b1e37..c7fdb470e6 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
+	(condvar_cleanup): Get condvar address from the right place.
+
 	* atomic.h: Correct definitions of atomic_full_barrier,
 	atomic_read_barrier, atomic_write_barrier.