summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-27 13:46:56 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-27 13:46:56 -0700
commite73e694e38b7b222eec3ec5897eb507d88bb8928 (patch)
tree4320f3289dcc9a2e33abf79497135b216fb87fa2 /nptl/ChangeLog
parent052757bfa652d86d7976df430a5272df1f560076 (diff)
pthread_mutex_unlock needs to use _rel semantics for atomic ops.
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 cb9ec53cd1..8dd93732b5 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-07-23 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/configure.in: New file.