Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 26f50f7be..cd27f2642 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -1225,6 +1225,9 @@ wait_sig (VOID *)
my_sendsig = NULL;
sigproc_printf ("saw __SIGEXIT");
break; /* handle below */
+ case __SIGSETPGRP:
+ init_console_handler (true);
+ break;
default:
if (pack.si.si_signo < 0)
sig_clear (-pack.si.si_signo);