Changeset 1752
- Timestamp:
- Jan 6, 2005, 8:14:06 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/libcfork.c
-
Property cvs2svn:cvs-rev
changed from
1.11
to1.12
r1751 r1752 1074 1074 1075 1075 /* 1076 * Close the fork handle .1076 * Close the fork handle and NULL the handle pointer in the process structure. 1077 1077 */ 1078 1078 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 1080 1083 /* 1081 1084 * The return here will go back to the inline assmebly which called us -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.