diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-27 13:46:56 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-27 13:46:56 -0700 |
commit | e73e694e38b7b222eec3ec5897eb507d88bb8928 (patch) | |
tree | 4320f3289dcc9a2e33abf79497135b216fb87fa2 /nptl/ChangeLog | |
parent | 052757bfa652d86d7976df430a5272df1f560076 (diff) | |
download | glibc-e73e694e38b7b222eec3ec5897eb507d88bb8928.tar glibc-e73e694e38b7b222eec3ec5897eb507d88bb8928.tar.gz glibc-e73e694e38b7b222eec3ec5897eb507d88bb8928.tar.bz2 glibc-e73e694e38b7b222eec3ec5897eb507d88bb8928.zip |
pthread_mutex_unlock needs to use _rel semantics for atomic ops.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
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. |