Norbert Federa c84e90bf06 winpr: fix CreateProcess signal handler issues
The calling thread of CreateProcess can be in any library and
can have arbitrary signal masks and handlers.

We now save the caller's mask and  block all signals before forking.
After fork:
- child resets the handlers and unblocks all signals.
- parent restores the caller's original signal mask.
2015-07-02 11:28:06 +02:00
..
2015-05-11 09:07:39 +02:00
2015-06-09 15:32:50 +02:00
2015-06-22 19:10:00 +02:00
2015-04-08 11:34:37 +02:00
2015-06-22 19:09:59 +02:00
2015-05-11 09:07:39 +02:00
2015-06-22 19:09:59 +02:00
2015-06-22 19:09:59 +02:00
2015-06-22 19:10:00 +02:00
2015-06-22 19:09:59 +02:00
2015-01-20 11:05:32 +01:00
2015-06-22 19:09:59 +02:00
2015-06-22 19:09:59 +02:00
2015-07-01 16:20:56 +02:00
2015-06-22 19:09:59 +02:00
2014-09-09 16:32:04 +02:00