Skip to content

Commit edd541e

Browse files
committed
Remove FD_SET and related functions for now.
1 parent 8a5b230 commit edd541e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/wasi.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,11 +1060,6 @@ extern {
10601060
) -> ::locale_t;
10611061
pub fn uselocale(loc: ::locale_t) -> ::locale_t;
10621062

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-
10681063
pub fn __wasilibc_register_preopened_fd(
10691064
fd: c_int,
10701065
path: *const c_char,

0 commit comments

Comments
 (0)