We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c907f9 commit f89fd7fCopy full SHA for f89fd7f
src/wasi.rs
@@ -1025,7 +1025,7 @@ extern {
1025
path: *const c_char,
1026
) -> c_int;
1027
pub fn __wasilibc_fd_renumber(fd: c_int, newfd: c_int) -> c_int;
1028
- pub fn __wasilibc_rmfileat(fd: c_int, path: *const c_char) -> c_int;
+ pub fn __wasilibc_unlinkat(fd: c_int, path: *const c_char) -> c_int;
1029
pub fn __wasilibc_rmdirat(fd: c_int, path: *const c_char) -> c_int;
1030
pub fn __wasilibc_init_preopen();
1031
pub fn __wasilibc_find_relpath(
0 commit comments