summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index c485435e82..e5fc474916 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,9 +1,8 @@
-2009-07-26 Ulrich Drepper <drepper@redhat.com>
+2009-07-27 Ulrich Drepper <drepper@redhat.com>
[BZ #10418]
- * pthread_mutex_lock.c (pthread_mutex_lock): Use _rel instead of of
- _acq variants of cmpxchg.
- * pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
+ * 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>