Align libgc vcxproj with makefile.
[mono.git] / mono / utils / mono-threads-freebsd.c
index cdee0ab40616b07bb980388ebbaefabbd882a3ac..f854fba31a49130a72c7d25146ff6faa06b39d42 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #include <config.h>
 
 #if defined(__FreeBSD__)
@@ -7,7 +11,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;