Changeset 3161 in kBuild for trunk/src/kmk/main.c
- Timestamp:
- Mar 19, 2018 10:40:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r3159 r3161 1470 1470 if (!cpus) 1471 1471 cpus = 1; 1472 # ifdef CONFIG_NEW_WIN_CHILDREN 1472 1473 if (cpus > 64) 1473 1474 cpus = 64; /* (wait for multiple objects limit) */ 1475 # endif 1474 1476 return cpus; 1475 1477 … … 3129 3131 setrlimit (RLIMIT_STACK, &stack_limit); 3130 3132 #endif 3131 fprintf(stderr, "respawning 1..\n");3132 fprintf(stderr, "respawning 2..\n");3133 fprintf(stderr, "respawning 3..!\n");3134 3133 # if !defined(WINDOWS32) || !defined(CONFIG_NEW_WIN_CHILDREN) 3135 3134 exec_command ((char **)nargv, environ);
Note:
See TracChangeset
for help on using the changeset viewer.