Changeset 57 for trunk/src/gmake/function.c
- Timestamp:
- Nov 23, 2003, 11:38:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/function.c
r53 r57 1500 1500 CLOSE_ON_EXEC(pipedes[0]); 1501 1501 /* Never use fork()/exec() here! Use spawn() instead in exec_command() */ 1502 pid = child_execute_job (0, pipedes[1], command_argv, envp );1502 pid = child_execute_job (0, pipedes[1], command_argv, envp, NULL); 1503 1503 if (pid < 0) 1504 1504 perror_with_name (error_prefix, "spawn");
Note:
See TracChangeset
for help on using the changeset viewer.