summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-09-02 16:53:13 +0000
committerUlrich Drepper <drepper@redhat.com>2007-09-02 16:53:13 +0000
commit221d9d8e76d5a151ca2fd1829c16a60c5eec8a8b (patch)
tree2d3d95af214c178b1e4c9242a7be26e58dff8eed /nptl/ChangeLog
parentde4d8563645b6bd6e8085a2e29b1f6e04bf7058c (diff)
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
(__pthread_cond_wait): Fix unlocking of internal lock after mutex unlocking failed. Patch by Luca Barbieri <luca.barbieri@gmail.com>.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 60e770b5cf..5d11b6ab7d 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-02 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
+ (__pthread_cond_wait): Fix unlocking of internal lock after mutex
+ unlocking failed.
+ Patch by Luca Barbieri <luca.barbieri@gmail.com>.
+
2007-08-21 Ulrich Drepper <drepper@redhat.com>
[BZ #4938]