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 c916d57 commit 1d95ed6Copy full SHA for 1d95ed6
src/unix/newlib/rtems/mod.rs
@@ -139,5 +139,7 @@ extern "C" {
139
140
pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
141
142
+ pub fn arc4random_buf(buf: *mut core::ffi::c_void, nbytes: ::size_t);
143
+
144
pub fn setgroups(ngroups: ::c_int, grouplist: *const ::gid_t) -> ::c_int;
145
}
0 commit comments