Skip to content

Commit

Permalink
Rename thread_spawn import (#387)
Browse files Browse the repository at this point in the history
Following the wit-defined ABI:
WebAssembly/wasi-threads#26
  • Loading branch information
yamt authored Jan 25, 2023
1 parent 4362b18 commit 8f52757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc-bottom-half/sources/__wasilibc_real.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ __wasi_errno_t __wasi_sock_shutdown(
#ifdef _REENTRANT
int32_t __imported_wasi_thread_spawn(int32_t arg0) __attribute__((
__import_module__("wasi"),
__import_name__("thread_spawn")
__import_name__("thread-spawn")
));

int32_t __wasi_thread_spawn(void* start_arg) {
Expand Down

0 comments on commit 8f52757

Please sign in to comment.