Stop masking SIGTSTP and SIGCONT
authorStephen Toub <stoub@microsoft.com>
Sat, 27 Feb 2016 13:51:58 +0000 (08:51 -0500)
committerStephen Toub <stoub@microsoft.com>
Sat, 27 Feb 2016 13:51:58 +0000 (08:51 -0500)
commitf7c471478c21bf567dfbf12c99e43bb081ccb1e6
tree457c4d19cc1b65e618c47336b6e7d8d9e781db12
parentb41c31be22c217c14a2d25ec9f9649bb5f28d6ea
Stop masking SIGTSTP and SIGCONT

These are needed for job management, e.g. with SIGTSTP masked, ctrl-z doesn't work to suspend a process, and with SIGCONT masked, when the process is resumed it doesn't get notified.
src/pal/src/thread/threadsusp.cpp