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 3363d43 commit 9d3281bCopy full SHA for 9d3281b
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