From e73e694e38b7b222eec3ec5897eb507d88bb8928 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 27 Jul 2009 13:46:56 -0700 Subject: pthread_mutex_unlock needs to use _rel semantics for atomic ops. --- nptl/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nptl/ChangeLog') 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 + + [BZ #10418] + * pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Use _rel + instead of of _acq variants of cmpxchg. + 2009-07-23 Ulrich Drepper * sysdeps/x86_64/configure.in: New file. -- cgit v1.2.3