[runtime] Change how class failure is represented.
[mono.git] / mono / utils / mono-threads-freebsd.c
index cdee0ab40616b07bb980388ebbaefabbd882a3ac..e2e635552114aafcc5c34ac6e39d33231fa3f6e6 100644 (file)
@@ -7,7 +7,7 @@
 #include <pthread_np.h>
 
 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;