File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -875,11 +875,6 @@ waitForJobCompletion ( HANDLE hJob )
875875 sizeof (JOBOBJECT_BASIC_PROCESS_ID_LIST ),
876876 NULL );
877877
878- if (!success ) {
879- maperrno ();
880- return false;
881- }
882-
883878 if (!success && GetLastError () == ERROR_MORE_DATA ) {
884879 process_count *= 2 ;
885880 free (pid_list );
Original file line number Diff line number Diff line change 22
33## Unreleased changes
44
5+ ## 1.6.8.2 * March 2020*
6+
7+ * Fix another process wait bug on Windows.
8+
59## 1.6.8.1 * March 2020*
610
711* Fix a few warnings on Windows.
Original file line number Diff line number Diff line change 11name : process
2- version : 1.6.8.1
2+ version : 1.6.8.2
33-- NOTE: Don't forget to update ./changelog.md
44license : BSD3
55license-file : LICENSE
You can’t perform that action at this time.
0 commit comments