summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-04 23:07:03 +0000
committerRoland McGrath <roland@gnu.org>2001-07-04 23:07:03 +0000
commit90f9eba7d2a0b7bed11978110cce58a9cca5bee4 (patch)
tree91faf502d89b04e4616bac6bde3e65f4f076f40d /ChangeLog
parentbc68392b1f5a4dfc2d47718ae611e47e95a1abf4 (diff)
* hurd/hurdsig.c (_hurd_internal_post_signal): For SS->suspended
wakeup message, use MACH_MSG_TYPE_MAKE_SEND for the receiver port rather than doing a mach_port_insert_right call first.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97b9d77bc7..93821bbc30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-04 Roland McGrath <roland@frob.com>
+
+ * hurd/hurdsig.c (_hurd_internal_post_signal): For SS->suspended
+ wakeup message, use MACH_MSG_TYPE_MAKE_SEND for the receiver port
+ rather than doing a mach_port_insert_right call first.
+
2001-06-26 Roland McGrath <roland@frob.com>
* hurd/hurdioctl.c: Include <string.h> for memcpy decl.