Changeset 2289 for trunk/src/emx/include/InnoTekLIBC/backend.h
- Timestamp:
- Aug 21, 2005, 12:08:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.28
to1.29
r2288 r2289 767 767 768 768 /** 769 * Fork a child process pretty much identical to the calling process. 770 * See SuS for full description of what fork() does and doesn't. 771 * 772 * @returns 0 in the child process. 773 * @returns process identifier of the new child in the parent process. (positive, non-zero) 774 * @returns Negative error code (errno.h) on failure. 775 */ 776 pid_t __libc_Back_processFork(void); 777 778 /** 769 779 * Waits/polls for on one or more processes to change it's running status. 770 780 * -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.