Forward catched signals to children

This commit is contained in:
Quentin Rameau 2017-07-24 01:02:46 +02:00 committed by Laslo Hunhold
parent 36ec9b2239
commit d2223ba259

View file

@ -900,6 +900,7 @@ static void
sigcleanup(int sig)
{
cleanup();
kill(0, sig);
_exit(1);
}