Skip to content

Commit 8f52757

Browse files
authored
Rename thread_spawn import (#387)
Following the wit-defined ABI: WebAssembly/wasi-threads#26
1 parent 4362b18 commit 8f52757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-bottom-half/sources/__wasilibc_real.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ __wasi_errno_t __wasi_sock_shutdown(
662662
#ifdef _REENTRANT
663663
int32_t __imported_wasi_thread_spawn(int32_t arg0) __attribute__((
664664
__import_module__("wasi"),
665-
__import_name__("thread_spawn")
665+
__import_name__("thread-spawn")
666666
));
667667

668668
int32_t __wasi_thread_spawn(void* start_arg) {

0 commit comments

Comments
 (0)