Changeset 3643 for branches/libc-0.6/src/emx/include
- Timestamp:
- May 18, 2008, 2:46:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/InnoTekLIBC/sharedpm.h
r2538 r3643 652 652 653 653 654 655 656 654 /** 657 655 * Gets the current process. … … 696 694 */ 697 695 __LIBC_PSPMPROCESS __libc_spmCreateEmbryo(pid_t pidParent); 696 697 /** 698 * Wait for a embryo to become a live process and complete 699 * inheriting (file handles / sockets issues). 700 * 701 * @returns non-zero if the process has started. 702 * @param pEmbryo The embry process. 703 */ 704 int __libc_spmWaitForChildToBecomeAlive(__LIBC_PSPMPROCESS pEmbryo); 698 705 699 706 /**
Note:
See TracChangeset
for help on using the changeset viewer.