Changeset 3297 for trunk/src/kmk/w32
- Timestamp:
- Oct 3, 2019, 8:38:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/w32/w32os.c
r3173 r3297 41 41 jobserver_setup (int slots) 42 42 { 43 #ifndef CONFIG_NEW_WIN_CHILDREN 43 44 /* sub_proc.c cannot wait for more than MAXIMUM_WAIT_OBJECTS objects 44 45 * and one of them is the job-server semaphore object. Limit the … … 50 51 DB (DB_JOBS, (_("Jobserver slots limited to %d\n"), slots)); 51 52 } 53 #endif 52 54 53 55 sprintf (jobserver_semaphore_name, "gmake_semaphore_%d", _getpid ()); … … 194 196 #else 195 197 /* Add the completed children event as the 2nd one. */ 196 handles[1] = (HANDLE)MkWinChildGetCompleteEventHandle ();198 handles[1] = (HANDLE)MkWinChildGetCompleteEventHandle (); 197 199 if (handles[1] == NULL) 198 200 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.