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 8a5b230 commit edd541eCopy full SHA for edd541e
src/wasi.rs
@@ -1060,11 +1060,6 @@ extern {
1060
) -> ::locale_t;
1061
pub fn uselocale(loc: ::locale_t) -> ::locale_t;
1062
1063
- pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> ();
1064
- pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool;
1065
- pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> ();
1066
- pub fn FD_ZERO(set: *mut fd_set) -> ();
1067
-
1068
pub fn __wasilibc_register_preopened_fd(
1069
fd: c_int,
1070
path: *const c_char,
0 commit comments