diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdsig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index f50daa2..81c109c 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); |