[][src]Function linux::syscall::getresgid

pub fn getresgid(rgid: &mut gid_t, egid: &mut gid_t, sgid: &mut gid_t) -> c_int

Retrieves the real, effective, and saved group ids of the process.

[argument, ruid] The place where the real id will be stored.

[argument, euid] The place where the effective id will be stored.

[argument, suid] The place where the saved id will be stored.

[return_value] Returns success or an error value.

= See also

  • link:man:getresgid(2)