2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Merge branch 'develop' into feature/cxx

This commit is contained in:
Rene Rivera
2018-11-19 18:19:05 -06:00

View File

@@ -1243,7 +1243,7 @@ static void debug_start_child( int argc, const char * * argv )
close( pipe1[ 0 ] );
close( pipe1[ 1 ] );
close( pipe2[ 0 ] );
close( pipe1[ 1 ] );
close( pipe2[ 1 ] );
printf("internal error: fork: %s\n", strerror(errno));
return;
}