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 2c839a3 commit 6c99560Copy full SHA for 6c99560
src/wasi.rs
@@ -337,7 +337,6 @@ pub const AT_REMOVEDIR: c_int = 0x4;
337
pub const UTIME_OMIT: c_long = 1073741822;
338
pub const UTIME_NOW: c_long = 1073741823;
339
340
-
341
pub const E2BIG: c_int = __WASI_E2BIG as c_int;
342
pub const EACCES: c_int = __WASI_EACCES as c_int;
343
pub const EADDRINUSE: c_int = __WASI_EADDRINUSE as c_int;
0 commit comments