summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wasi.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wasi.rs b/src/wasi.rs
index 42cb33f492..429bc53f57 100644
--- a/src/wasi.rs
+++ b/src/wasi.rs
@@ -1060,11 +1060,6 @@ extern {
) -> ::locale_t;
pub fn uselocale(loc: ::locale_t) -> ::locale_t;
- pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> ();
- pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool;
- pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> ();
- pub fn FD_ZERO(set: *mut fd_set) -> ();
-
pub fn __wasilibc_register_preopened_fd(
fd: c_int,
path: *const c_char,