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.
2 parents 153abf1 + f1d7533 commit 49c8a5eCopy full SHA for 49c8a5e
src/unix/solarish/mod.rs
@@ -2250,6 +2250,12 @@ extern "C" {
2250
pub fn freeifaddrs(ifa: *mut ::ifaddrs);
2251
2252
pub fn stack_getbounds(sp: *mut ::stack_t) -> ::c_int;
2253
+ pub fn getgrouplist(
2254
+ name: *const ::c_char,
2255
+ basegid: ::gid_t,
2256
+ groups: *mut ::gid_t,
2257
+ ngroups: *mut ::c_int,
2258
+ ) -> ::c_int;
2259
pub fn initgroups(name: *const ::c_char, basegid: ::gid_t) -> ::c_int;
2260
pub fn setgroups(ngroups: ::c_int, ptr: *const ::gid_t) -> ::c_int;
2261
pub fn ioctl(fildes: ::c_int, request: ::c_int, ...) -> ::c_int;
0 commit comments