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 89ec881 + 9d3281b commit 34e9a5eCopy full SHA for 34e9a5e
src/wasi.rs
@@ -825,4 +825,6 @@ extern "C" {
825
pub fn arc4random() -> u32;
826
pub fn arc4random_buf(a: *mut c_void, b: size_t);
827
pub fn arc4random_uniform(a: u32) -> u32;
828
+
829
+ pub fn __errno_location() -> *mut ::c_int;
830
}
0 commit comments