about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdsig.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index f50daa2f8f..81c109c08b 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -1214,6 +1214,8 @@ _hurdsig_init (void)
   err = __thread_resume (_hurd_msgport_thread);
   assert_perror (err);
 
+  (void) _hurd_self_sigstate ();
+
   /* Receive exceptions on the signal port.  */
   __task_set_special_port (__mach_task_self (),
 			   TASK_EXCEPTION_PORT, _hurd_msgport);