[wasm] Add threading, dl and hwcap support for wasm.
[mono.git] / mono / utils / mono-threads-posix.c
index 22fcb674add26a94d235726f21a0a701afb40bc8..6804024e156a0a6a31ff4c9ff3db282344197a02 100644 (file)
@@ -30,7 +30,7 @@
 extern int tkill (pid_t tid, int signal);
 #endif
 
-#if defined(_POSIX_VERSION)
+#if defined(_POSIX_VERSION) && !defined (TARGET_WASM)
 
 #include <pthread.h>