Use the WASI layout for fd_set.
This commit is contained in:
parent
edd541e67f
commit
4d0e84b8be
@ -138,7 +138,8 @@ s! {
|
||||
}
|
||||
|
||||
pub struct fd_set {
|
||||
fds_bits: [c_ulong; FD_SETSIZE / ULONG_SIZE],
|
||||
pub __nfds: size_t,
|
||||
pub __fds: [c_int; FD_SETSIZE],
|
||||
}
|
||||
|
||||
pub struct lconv {
|
||||
|
Loading…
Reference in New Issue
Block a user