[mcs] Implements C# 7.2 readonly structs
[mono.git] / mono / utils / mono-threads-openbsd.c
index 96a962230e198f0b288d9a80d938340de9ab79ee..117e22108f6e726d4b26906294ea3150f2bc9854 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #include <config.h>
 
 #if defined(__OpenBSD__)
@@ -6,7 +10,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)
 {
        /* TODO :   Determine if this code is actually still needed. It may already be covered by the case above. */
        pthread_attr_t attr;