0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-13 13:13:04 +00:00
Files
termux-packages/packages/mono/mono-utils-mono-proclib.c.patch
2025-02-12 14:37:58 +08:00

12 lines
289 B
Diff

--- a/mono/utils/mono-proclib.c
+++ b/mono/utils/mono-proclib.c
@@ -1009,7 +1009,7 @@
int
mono_atexit (void (*func)(void))
{
-#if defined(HOST_ANDROID) || !defined(HAVE_ATEXIT)
+#if !defined(HAVE_ATEXIT)
/* Some versions of android libc doesn't define atexit () */
return 0;
#else