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 f7b4c2e commit 2fb7a4aCopy full SHA for 2fb7a4a
src/unix/linux_like/emscripten/mod.rs
@@ -1814,7 +1814,6 @@ extern "C" {
1814
) -> ::c_int;
1815
pub fn getloadavg(loadavg: *mut ::c_double, nelem: ::c_int) -> ::c_int;
1816
1817
- // Not available now on Android
1818
pub fn mkfifoat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int;
1819
pub fn if_nameindex() -> *mut if_nameindex;
1820
pub fn if_freenameindex(ptr: *mut if_nameindex);
@@ -1882,6 +1881,8 @@ extern "C" {
1882
1881
f: extern "C" fn(*mut ::c_void) -> *mut ::c_void,
1883
value: *mut ::c_void,
1884
+
1885
+ pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
1886
}
1887
1888
cfg_if! {
0 commit comments