Rename _wasi_rmfileat to _wasi_unlinkat

This commit is contained in:
gnzlbg 2019-05-16 11:01:05 +02:00
parent 5a0e37ec37
commit 8eceb62a3e
1 changed files with 1 additions and 1 deletions

View File

@ -1025,7 +1025,7 @@ extern {
path: *const c_char,
) -> 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_init_preopen();
pub fn __wasilibc_find_relpath(