Changeset 153 in kBuild for branches/GNU/src/gmake/w32/subproc/sub_proc.c
- Timestamp:
- Sep 8, 2004 2:43:30 AM (20 years ago)
- File:
-
- 1 edited
-
branches/GNU/src/gmake/w32/subproc/sub_proc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/w32/subproc/sub_proc.c
r53 r153 1194 1194 if (process_begin(hProcess, argv, envp, argv[0], NULL)) { 1195 1195 fake_exits_pending++; 1196 /* process_begin() failed: make a note of that. */ 1197 if (!((sub_process*) hProcess)->last_err) 1198 ((sub_process*) hProcess)->last_err = -1; 1196 1199 ((sub_process*) hProcess)->exit_code = process_last_err(hProcess); 1197 1200
Note:
See TracChangeset
for help on using the changeset viewer.

