mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-13 13:13:04 +00:00
12 lines
289 B
Diff
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
|