Changeset 1752


Ignore:
Timestamp:
Jan 6, 2005, 8:14:06 PM (21 years ago)
Author:
bird
Message:

Once we've done the fork we're done working, right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/libcfork.c

    • Property cvs2svn:cvs-rev changed from 1.11 to 1.12
    r1751 r1752  
    10741074
    10751075    /*
    1076      * Close the fork handle.
     1076     * Close the fork handle and NULL the handle pointer in the process structure.
    10771077     */
    10781078    forkBthCloseHandle(pForkHandle, __LIBC_FORK_CTX_CHILD);
    1079 
     1079    __LIBC_PSPMPROCESS pProcess = __libc_spmSelf();
     1080    LIBC_ASSERTM(pProcess, "No self process!!!\n");
     1081    pProcess->pvForkHandle = NULL;
     1082   
    10801083    /*
    10811084     * The return here will go back to the inline assmebly which called us
Note: See TracChangeset for help on using the changeset viewer.