about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-03 08:14:47 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-03 08:14:47 +0000
commit842d28175225c0e964a723603bd11736ee29334f (patch)
tree0a5da645e49d2726d4955461cab2584621f3273a /nptl/ChangeLog
parent0e07706e5b3ee66520170e8440b731903b1ccf6d (diff)
downloadglibc-842d28175225c0e964a723603bd11736ee29334f.tar.gz
glibc-842d28175225c0e964a723603bd11736ee29334f.tar.xz
glibc-842d28175225c0e964a723603bd11736ee29334f.zip
Update.
	* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
	(__pthread_cond_wait): Don't save cancellation mode and seq value
	in same location.
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 1908a78986..b9437ab329 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,9 @@
 2003-01-03  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
+	(__pthread_cond_wait): Don't save cancellation mode and seq value
+	in same location.
+
 	* herrno.c (__h_errno_location): Don't define as weak.
 
 2003-01-02  Jakub Jelinek  <jakub@redhat.com>