Changeset 57 for trunk/src/gmake/main.c
- Timestamp:
- Nov 23, 2003, 11:38:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/main.c
r53 r57 1916 1916 int pid; 1917 1917 int status; 1918 pid = child_execute_job(0, 1, nargv, environ );1918 pid = child_execute_job(0, 1, nargv, environ, NULL); 1919 1919 1920 1920 /* is this loop really necessary? */
Note:
See TracChangeset
for help on using the changeset viewer.