diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index b06ed18f4..62f750ca3 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -4370,7 +4370,6 @@ waitpid_child(int *status, int wait_flags) | |||
4370 | if (!idx) { /* hSIGINT */ | 4370 | if (!idx) { /* hSIGINT */ |
4371 | int i; | 4371 | int i; |
4372 | ResetEvent(hSIGINT); | 4372 | ResetEvent(hSIGINT); |
4373 | pending_int = 0; | ||
4374 | for (i = 1; i < pid_nr; i++) | 4373 | for (i = 1; i < pid_nr; i++) |
4375 | TerminateProcess(proclist[i], 1); | 4374 | TerminateProcess(proclist[i], 1); |
4376 | pid = pidlist[1]; | 4375 | pid = pidlist[1]; |