ash: protect WIFSTOPPED use with #if JOBS
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 14 Jul 2017 20:25:58 +0000 (22:25 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 15 Jul 2017 09:38:00 +0000 (11:38 +0200)
commit9d4dc84a769e3e45e420fbef7c7bb2acbbdccd8e
tree36ca0ab2f7bd11e3da35a4ec2714c71aa5f03e99
parent7d7c7bb2205b92359ac88f3469d3af672e2be929
ash: protect WIFSTOPPED use with #if JOBS

This change fixes the build in setups where there are
no headers defining WIFSTOPPED and WSTOPSIG (where JOBS has to be
set to 0).

This partially reverts 4700fb5be (ash: make dowait() a bit more
readable. Logic is unchanged, 2015-10-09).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c