X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-threads-freebsd.c;h=e2e635552114aafcc5c34ac6e39d33231fa3f6e6;hb=b1f867e4e54ce055ea8550c934ed24e6f143bd9b;hp=cdee0ab40616b07bb980388ebbaefabbd882a3ac;hpb=559ad5b34bc086b51af2e589b32ea2eae0f78820;p=mono.git diff --git a/mono/utils/mono-threads-freebsd.c b/mono/utils/mono-threads-freebsd.c index cdee0ab4061..e2e63555211 100644 --- a/mono/utils/mono-threads-freebsd.c +++ b/mono/utils/mono-threads-freebsd.c @@ -7,7 +7,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) { pthread_attr_t attr; guint8 *current = (guint8*)&attr;