Skip to content

Commit f89fd7f

Browse files
committed
Rename _wasi_rmfileat to _wasi_unlinkat
1 parent 3c907f9 commit f89fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ extern {
10251025
path: *const c_char,
10261026
) -> c_int;
10271027
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;
1028+
pub fn __wasilibc_unlinkat(fd: c_int, path: *const c_char) -> c_int;
10291029
pub fn __wasilibc_rmdirat(fd: c_int, path: *const c_char) -> c_int;
10301030
pub fn __wasilibc_init_preopen();
10311031
pub fn __wasilibc_find_relpath(

0 commit comments

Comments
 (0)