File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ __wasi_errno_t __wasi_file_readlink(
691691) __WASI_SYSCALL_NAME (file_readlink ) __attribute__((__warn_unused_result__ ));
692692
693693__wasi_errno_t __wasi_file_rename (
694- __wasi_fd_t old_fd0 ,
694+ __wasi_fd_t old_fd ,
695695 const char * old_path ,
696696 size_t old_path_len ,
697697 __wasi_fd_t new_fd ,
@@ -726,11 +726,11 @@ __wasi_errno_t __wasi_file_stat_put(
726726) __WASI_SYSCALL_NAME (file_stat_put ) __attribute__((__warn_unused_result__ ));
727727
728728__wasi_errno_t __wasi_file_symlink (
729- const char * path1 ,
730- size_t path1_len ,
729+ const char * old_path ,
730+ size_t old_path_len ,
731731 __wasi_fd_t fd ,
732- const char * path2 ,
733- size_t path2_len
732+ const char * new_path ,
733+ size_t new_path_len
734734) __WASI_SYSCALL_NAME (file_symlink ) __attribute__((__warn_unused_result__ ));
735735
736736__wasi_errno_t __wasi_file_unlink (
You can’t perform that action at this time.
0 commit comments