Skip to content
Snippets Groups Projects
Commit 8eceb62a authored by gnzlbg's avatar gnzlbg
Browse files

Rename _wasi_rmfileat to _wasi_unlinkat

parent 5a0e37ec
No related branches found
No related tags found
No related merge requests found
...@@ -1025,7 +1025,7 @@ extern { ...@@ -1025,7 +1025,7 @@ extern {
path: *const c_char, path: *const c_char,
) -> c_int; ) -> c_int;
pub fn __wasilibc_fd_renumber(fd: c_int, newfd: c_int) -> c_int; pub fn __wasilibc_fd_renumber(fd: c_int, newfd: c_int) -> c_int;
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;
pub fn __wasilibc_rmdirat(fd: c_int, path: *const c_char) -> c_int; pub fn __wasilibc_rmdirat(fd: c_int, path: *const c_char) -> c_int;
pub fn __wasilibc_init_preopen(); pub fn __wasilibc_init_preopen();
pub fn __wasilibc_find_relpath( pub fn __wasilibc_find_relpath(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment