We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836cda9 commit 519ffa0Copy full SHA for 519ffa0
src/unix/notbsd/linux/mod.rs
@@ -658,6 +658,8 @@ extern {
658
riovcnt: ::c_ulong,
659
flags: ::c_ulong) -> isize;
660
pub fn reboot(how_to: ::c_int) -> ::c_int;
661
+ pub fn setresgid(rgid: ::gid_t, egid: ::gid_t, sgid: ::gid_t) -> ::c_int;
662
+ pub fn setresuid(ruid: ::uid_t, euid: ::uid_t, suid: ::uid_t) -> ::c_int;
663
664
// Not available now on Android
665
pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char,
0 commit comments