X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-threads-openbsd.c;h=117e22108f6e726d4b26906294ea3150f2bc9854;hb=1004d95b6b70e8b67a2b6782e0832faab9fa269a;hp=96a962230e198f0b288d9a80d938340de9ab79ee;hpb=e83f4a2ab3043d48fca236fa54ac411fc8bad549;p=mono.git diff --git a/mono/utils/mono-threads-openbsd.c b/mono/utils/mono-threads-openbsd.c index 96a962230e1..117e22108f6 100644 --- a/mono/utils/mono-threads-openbsd.c +++ b/mono/utils/mono-threads-openbsd.c @@ -1,3 +1,7 @@ +/** + * \file + */ + #include #if defined(__OpenBSD__) @@ -6,7 +10,7 @@ #include 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;