about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-27 13:46:56 -0700
committerAndreas Schwab <schwab@redhat.com>2009-07-29 11:19:39 +0200
commit23d488f45e716ac4076d5b7d9394977bc6beb42a (patch)
treef2201e364741e8aad8e332fc5bfd76e5d5e7484b /nptl/ChangeLog
parent07e2253d98c0136d9ad3f7ddd38ec1a2d7d2dc4e (diff)
downloadglibc-23d488f45e716ac4076d5b7d9394977bc6beb42a.tar.gz
glibc-23d488f45e716ac4076d5b7d9394977bc6beb42a.tar.xz
glibc-23d488f45e716ac4076d5b7d9394977bc6beb42a.zip
pthread_mutex_unlock needs to use _rel semantics for atomic ops.
(cherry picked from commit e73e694e38b7b222eec3ec5897eb507d88bb8928)
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d97efa0cd2..2caceeb1d3 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-27  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #10418]
+	* pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Use _rel
+	instead of of _acq variants of cmpxchg.
+
 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #10262]