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 4e7867d commit af69288Copy full SHA for af69288
src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
@@ -231,6 +231,7 @@ extern "C" {
231
pub fn fdatasync(fd: ::c_int) -> ::c_int;
232
233
pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
234
+ pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
235
pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int;
236
}
237
0 commit comments