summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-11-27 21:37:30 -0800
committerAndreas Schwab <schwab@redhat.com>2009-11-30 11:43:29 +0100
commit20af204581e1ba42738c1bfb69cc2f5350f4ffa4 (patch)
treefac659c97cf2e84e03694afe88535fd43f352c93 /nptl/ChangeLog
parent64d61e9dc302aaa22000f9b03cce86d11a5e910d (diff)
Fix infloop in __pthread_disable_asynccancel on x86_64
(cherry picked from commit b55ec98c6490b944593243c7da54dda1796e3f84)
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 0aaaa3f7b9..08a55ee5c8 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-27 Andreas Schwab <schwab@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Reload
+ THREAD_SELF->cancelhandling after returning from futex call.
+
2009-11-03 Andreas Schwab <schwab@linux-m68k.org>
[BZ #4457]