[android] do not use tkill on android/amd64(x86_64) as well
[mono.git] / mono / utils / mono-threads-posix.c
index a32f5a9ff9cfca04767515abcbb7c55302ed99b3..9aa28fba74de0e2f57e12c56a2bd72ae651845b0 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <errno.h>
 
-#if defined(PLATFORM_ANDROID) && !defined(TARGET_ARM64)
+#if defined(PLATFORM_ANDROID) && !defined(TARGET_ARM64) && !defined(TARGET_AMD64)
 #define USE_TKILL_ON_ANDROID 1
 #endif