We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c95defc + 519ffa0 commit a8e4698Copy full SHA for a8e4698
src/unix/notbsd/linux/mod.rs
@@ -714,6 +714,8 @@ extern {
714
riovcnt: ::c_ulong,
715
flags: ::c_ulong) -> isize;
716
pub fn reboot(how_to: ::c_int) -> ::c_int;
717
+ pub fn setresgid(rgid: ::gid_t, egid: ::gid_t, sgid: ::gid_t) -> ::c_int;
718
+ pub fn setresuid(ruid: ::uid_t, euid: ::uid_t, suid: ::uid_t) -> ::c_int;
719
720
// Not available now on Android
721
pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char,
0 commit comments