[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)
[mono.git] / mono / utils / mono-threads-android.c
index fa82387f26ff8e01f26dfc12874eeea0a91d56ab..dd4307bca372d4e3158be6626852bf47395a802d 100644 (file)
@@ -1,6 +1,10 @@
+/**
+ * \file
+ */
+
 #include <config.h>
 
-#if defined(PLATFORM_ANDROID)
+#if defined(HOST_ANDROID)
 
 #include <pthread.h>
 #include <stdio.h>
@@ -37,7 +41,7 @@ slow_get_thread_bounds (guint8 *current, guint8 **staddr, size_t *stsize)
 }
 
 void
-mono_threads_core_get_stack_bounds (guint8 **staddr, size_t *stsize)
+mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize)
 {
        pthread_attr_t attr;
        guint8 *current = (guint8*)&attr;