[msvc] Update csproj files
[mono.git] / mono / utils / mono-threads-linux.c
index e2ee61c42f82d08760b5ad627be3c9d7fbc87b58..6ffec1ab60478ff1a386f4f19aedc30a04fdb1c3 100644 (file)
@@ -1,12 +1,12 @@
 #include <config.h>
 
-#if defined(__linux__) && !defined(PLATFORM_ANDROID)
+#if (defined(__linux__) && !defined(PLATFORM_ANDROID)) || defined(__FreeBSD_kernel__)
 
 #include <mono/utils/mono-threads.h>
 #include <pthread.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;