Computes the union of privilege sets.
Security Library (libc.a)
The priv_comb subroutine computes the union of the privileges specified in the pv1 and pv2 parameters and stores the result in the pv3 parameter.
Item | Description |
---|---|
pv1 | Specifies the privilege set. |
pv2 | Specifies the privilege set. |
pv3 | Specifies the privilege set to store. |
The priv_comb subroutine returns no values.
No errno value is set.