Let all signals be unblocked on Unix (#4863)
authorJan Vorlicek <janvorli@microsoft.com>
Mon, 9 May 2016 19:09:55 +0000 (21:09 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 9 May 2016 19:09:55 +0000 (21:09 +0200)
commit2edd715867b82ba73c9db4192986104ffc6a936d
tree6704baaac9c703560e7afb39d223134e2bb74a05
parentff6b48c1c5a6572944659209a06ccca0e82d2154
Let all signals be unblocked on Unix (#4863)

This change removes blocking of all of the 17 signals that we were
blocking. I have looked at the default behavior of their handlers
and we should be fine with it.
src/pal/src/exception/signal.cpp
src/pal/src/include/pal/threadsusp.hpp
src/pal/src/thread/thread.cpp
src/pal/src/thread/threadsusp.cpp