Kill whitespace
This commit is contained in:
parent
d919114d32
commit
24c024d1e6
@ -347,11 +347,9 @@ func wait(pid, tgid, options int) (int, *sys.WaitStatus, error) {
|
||||
if wpid != 0 {
|
||||
return wpid, &s, err
|
||||
}
|
||||
|
||||
if status(pid) == STATUS_ZOMBIE {
|
||||
return pid, nil, nil
|
||||
}
|
||||
|
||||
time.Sleep(200 * time.Millisecond)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user