Function getresgid

Source
pub unsafe fn getresgid(
    rgid: *mut gid_t,
    egid: *mut gid_t,
    sgid: *mut gid_t,
) -> Result<int>
Expand description

Get the real GID, the effective GID, and the saved set-group-ID of the current process.