[msvc] Update csproj files (#4254)
[mono.git] / mono / utils / mono-threads-android.c
index fa82387f26ff8e01f26dfc12874eeea0a91d56ab..b5c039857665f2c8846b35280ec550bbd5527c46 100644 (file)
@@ -37,7 +37,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;