critical impact:
P_PPID, P_CID - not available; potential enhancement (CrUn19)
Problem description
The P_PPID and P_CID flags for the sigsend function exist only on
Tru64 UNIX, and not on HP-UX.
The sigsend function sends a signal to a group of processes specified
by the id and idtype parameters. If the idtype parameter is set to P_PPID, then the signal is sent to
all children of id. If the idtype parameter is set to P_CID, the signal is sent to
any process whose scheduling class ID is equal to id. HP-UX actually defines P_CID but does not yet support it. Identifiers
 P_CID |
 P_PPID |
|
|
|
|
See also
Solution description
Review your code and the applicable manpages to determine how to resolve this issue.
See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| SIG |
C, C++ |
any HP-UX 11i version |
critical |
unavailable |
|