Changeset 1627 for trunk/src/emx/include/InnoTekLIBC/sharedpm.h
- Timestamp:
- Nov 8, 2004, 10:57:37 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.14
to1.15
r1626 r1627 550 550 551 551 /** 552 * Gets the exit code and reason of death for a specific child process 553 * which is believed to have died. 554 * 555 * @returns 0 on success. 556 * @returns Negative error code (errno.h) on failure. 557 * @param pid Process id. 558 * @param pendDeathReason Where to store the death reason. 559 * @param piExitCode Where to store the exit code. 560 */ 561 int __libc_spmReapChild(pid_t pid, __LIBC_EXIT_REASON *penmDeathReason, int *piExitCode); 562 563 /** 552 564 * Locks the LIBC shared memory for short exclusive access. 553 565 * The call must call __libc_spmUnlock() as fast as possible and make -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.