[msvc] Update csproj files (#4898)
[mono.git] / mono / utils / mono-threads-android.c
index fa82387f26ff8e01f26dfc12874eeea0a91d56ab..c8c17a3d3cfc1cda13b0f7a25ce4d47340d2f14a 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #include <config.h>
 
 #if defined(PLATFORM_ANDROID)
@@ -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;