We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb91719 commit abc6b55Copy full SHA for abc6b55
libwasi/wasi.c
@@ -3083,7 +3083,7 @@ wasi_path_filestat_set_times(struct exec_context *ctx,
3083
uint32_t pathlen = HOST_FUNC_PARAM(ft, params, 3, i32);
3084
uint64_t atim = HOST_FUNC_PARAM(ft, params, 4, i64);
3085
uint64_t mtim = HOST_FUNC_PARAM(ft, params, 5, i64);
3086
- uint32_t fstflags = HOST_FUNC_PARAM(ft, params, 7, i32);
+ uint32_t fstflags = HOST_FUNC_PARAM(ft, params, 6, i32);
3087
char *hostpath = NULL;
3088
char *wasmpath = NULL;
3089
int host_ret;
0 commit comments