diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index d6e44633a..f2f50c0e6 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -4054,6 +4054,9 @@ waitcmd(int argc UNUSED_PARAM, char **argv) | |||
4054 | int retval; | 4054 | int retval; |
4055 | struct job *jp; | 4055 | struct job *jp; |
4056 | 4056 | ||
4057 | if (ENABLE_PLATFORM_MINGW32) | ||
4058 | return 0; | ||
4059 | |||
4057 | if (pending_sig) | 4060 | if (pending_sig) |
4058 | raise_exception(EXSIG); | 4061 | raise_exception(EXSIG); |
4059 | 4062 | ||