VirtualBox

Ignore:
Timestamp:
Sep 8, 2004 2:43:30 AM (20 years ago)
Author:
bird
Message:

GNU Make 3.81beta1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/w32/subproc/sub_proc.c

    r53 r153  
    11941194  if (process_begin(hProcess, argv, envp, argv[0], NULL)) {
    11951195    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;
    11961199    ((sub_process*) hProcess)->exit_code = process_last_err(hProcess);
    11971200
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette