Changeset 1631 for trunk/src/emx/include/InnoTekLIBC/sharedpm.h
- Timestamp:
- Nov 14, 2004, 8:03:24 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.17
to1.18
r1630 r1631 675 675 676 676 /** 677 * Validates a process group id. 678 * 679 * @returns 0 if valid. 680 * @returns -ESRCH if not valid. 681 * @param pgrp Process group id to validate. 0 if the same as 682 * the same as the current process. 683 * @param fOnlyChildren Restrict the search to immediate children. 684 */ 685 int __libc_spmValidPGrp(pid_t pgrp, int fOnlyChildren); 686 687 688 /** 677 689 * Identificators which can be obtained using __libc_spmGetId(). 678 690 */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.