1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 16:37:06 +00:00
termux-packages/packages/mono/mono-utils-mono-threads-posix.c.patch
2022-01-20 10:02:09 +02:00

14 lines
340 B
Diff

--- a/mono/utils/mono-threads-posix.c
+++ b/mono/utils/mono-threads-posix.c
@@ -32,9 +32,7 @@
#include <errno.h>
-#if defined(HOST_ANDROID) && !defined(TARGET_ARM64) && !defined(TARGET_AMD64)
-#define USE_TKILL_ON_ANDROID 1
-#endif
+#undef USE_TKILL_ON_ANDROID
#ifdef USE_TKILL_ON_ANDROID
extern int tkill (pid_t tid, int signal);