Ignore:
Timestamp:
Nov 23, 2003, 11:38:39 PM (22 years ago)
Author:
bird
Message:

Config & adjustments for OS/2 LIBC. dllshell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/function.c

    r53 r57  
    15001500  CLOSE_ON_EXEC(pipedes[0]);
    15011501  /* 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);
    15031503  if (pid < 0)
    15041504    perror_with_name (error_prefix, "spawn");
Note: See TracChangeset for help on using the changeset viewer.