mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream * upstream-KWSys: KWSys 2022-02-18 (599dc923)
This commit is contained in:
@@ -1906,7 +1906,7 @@ static void kwsysProcessDestroy(kwsysProcess* cp)
|
||||
(errno == EINTR)) {
|
||||
}
|
||||
if (result > 0) {
|
||||
/* This child has termianted. */
|
||||
/* This child has terminated. */
|
||||
cp->ForkPIDs[i] = 0;
|
||||
if (--cp->CommandsLeft == 0) {
|
||||
/* All children have terminated. Close the signal pipe
|
||||
|
||||
Reference in New Issue
Block a user