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 6b524b3 commit a625c69Copy full SHA for a625c69
src/wasi.rs
@@ -1053,7 +1053,7 @@ extern {
1053
pub fn uselocale(loc: ::locale_t) -> ::locale_t;
1054
1055
pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> ();
1056
- pub fn FD_ISSET(fd: ::c_int, set: *mut fd_set) -> bool;
+ pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool;
1057
pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> ();
1058
pub fn FD_ZERO(set: *mut fd_set) -> ();
1059
0 commit comments