Function linux_unsafe::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.