re-fix child reaping in wordexp
authorAlexander Monakov <amonakov@ispras.ru>
Mon, 5 Feb 2018 14:38:37 +0000 (17:38 +0300)
committerRich Felker <dalias@aerifal.cx>
Mon, 5 Feb 2018 16:40:03 +0000 (11:40 -0500)
commite53296f88952dcc6a9343dea53a4aa911f9a9c87
tree539f842ea335202f5e1743fb7c215debb44971e6
parentcd0ae687deadbb05ed373d675e59a36f8915c86d
re-fix child reaping in wordexp

Do not retry waitpid if the child was terminated by a signal. Do not
examine status: since we are not passing any flags, we will not receive
stop or continue notifications.
src/misc/wordexp.c