Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProcessSpawnImpl(): remove redundant _exit(128);
Now this if doesn’t _exit(128) by itself, but "return" to the outer if which immediately _exit(128)s.
- Loading branch information