about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-02 07:52:31 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-02 07:52:31 +0000
commit748bec0865432d32b673478c502e4e4e5bed5339 (patch)
tree9ac172ec15ff2ccce969a26166e4035fd276f8a7 /nptl/ChangeLog
parent78429f12311d5670b4c8715e5cb0586220914cb5 (diff)
downloadglibc-748bec0865432d32b673478c502e4e4e5bed5339.tar.gz
glibc-748bec0865432d32b673478c502e4e4e5bed5339.tar.xz
glibc-748bec0865432d32b673478c502e4e4e5bed5339.zip
Update.
	* sysdeps/i386/tcb-offsets.sym: Add CLEANUP and CLEANUP_PREV.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Inline
	__pthread_cleanup_pop functionality.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index b85d911e0f..a3f0c94705 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -4,6 +4,11 @@
 
 2003-03-01  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/i386/tcb-offsets.sym: Add CLEANUP and CLEANUP_PREV.
+	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Inline
+	__pthread_cleanup_pop functionality.
+	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
+
 	* descr.h (struct pthread): Move tid field to the front now that
 	it is often used.