diff options
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r-- | hurd/hurdsig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c index 1da3fa580d..1f58d13436 100644 --- a/hurd/hurdsig.c +++ b/hurd/hurdsig.c @@ -1024,6 +1024,7 @@ signal_allowed (int signo, mach_port_t refport) case SIGINFO: case SIGTTIN: case SIGTTOU: + case SIGWINCH: /* Job control signals can be sent by the controlling terminal. */ if (__USEPORT (CTTYID, port == refport)) goto win; |