Skip to content

Commit 9d0be98

Browse files
committed
Sync il2cpp a20072651ca630bd791734da60fc561260d1c46c
1 parent 845e755 commit 9d0be98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono/utils/mono-threads-posix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
extern int tkill (pid_t tid, int signal);
3333
#endif
3434

35-
#if defined(_POSIX_VERSION) && !defined (TARGET_WASM)
35+
#if (defined(_POSIX_VERSION) && !defined (TARGET_WASM)) || (defined(TARGET_WASM) && defined(__EMSCRIPTEN_PTHREADS__))
3636

3737
#include <pthread.h>
3838

0 commit comments

Comments
 (0)