about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 365ca361be..5709c3cdbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,11 +5,11 @@
 	answer to interrupt_operation, return EIO instead of EINTR.
 	* sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Make
 	_hurd_intr_rpc_msg_about_to global point to start of controlled
-	assembly snippet. Make it check canceled flag again.
-	* hurd/hurdsig.c (_hurdsig_abort_rpcs): Only mutate thread if it passed the
-	_hurd_intr_rpc_msg_about_to point.
+	assembly snippet. Make it check canceled flag.
+	* hurd/hurdsig.c (_hurdsig_abort_rpcs): Only mutate thread if it passed
+	the _hurd_intr_rpc_msg_about_to point.
 	* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Remove comment on mutation
-	issue.
+	issue, remove cancel flag check.
 
 2018-10-26  Joseph Myers  <joseph@codesourcery.com>