Ticket #2273: Restore signals even if fork() fails.
commit9c3b434197a554e5a1fe23b1b3036038cc841c17
authorOswald Buddenhagen <ossi@kde.org>
Sat, 17 Apr 2010 19:16:36 +0000 (17 21:16 +0200)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 30 Jul 2010 15:26:09 +0000 (30 19:26 +0400)
tree037b0ca4e291b654ebaf352ccf0490efab851f1e
parente9c1eb64bda01159140e5ba11b53a72f4ef038d9
Ticket #2273: Restore signals even if fork() fails.

The -1 is not sent through WEXITSTATUS() in case of wait()
failing any more. I think that's the original intention.
lib/utilunix.c