Ignore:
Timestamp:
Nov 14, 2004, 8:03:24 PM (21 years ago)
Author:
bird
Message:

Bugfixing signals and stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/sharedpm.h

    • Property cvs2svn:cvs-rev changed from 1.17 to 1.18
    r1630 r1631  
    675675
    676676/**
     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 */
     685int __libc_spmValidPGrp(pid_t pgrp, int fOnlyChildren);
     686
     687
     688/**
    677689 * Identificators which can be obtained using __libc_spmGetId().
    678690 */
Note: See TracChangeset for help on using the changeset viewer.