Ignore:
Timestamp:
May 18, 2008, 2:46:41 PM (17 years ago)
Author:
bird
Message:

Rewrote the active wait.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/InnoTekLIBC/sharedpm.h

    r2538 r3643  
    652652
    653653
    654 
    655 
    656654/**
    657655 * Gets the current process.
     
    696694 */
    697695__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 */
     704int __libc_spmWaitForChildToBecomeAlive(__LIBC_PSPMPROCESS pEmbryo);
    698705
    699706/**
Note: See TracChangeset for help on using the changeset viewer.