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>
Tue, 18 Jul 2017 17:20:58 +0000 (19:20 +0200)
commit1f684bcde457d41f2dcb4451df27323924e13b68
tree025ebb3515e670dd7caf39906a86abe4fddf26b9
parent2cb72bb8de5587d0c6a9f1065f41aee962f196d4
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