X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-threads-freebsd.c;h=f854fba31a49130a72c7d25146ff6faa06b39d42;hb=45d90b20b7fb92adbeaf9a711cade5489ebeee42;hp=7cbbca14b57d6f6833e4e80d883f1b9044423d0c;hpb=4320e844e92386319c01095435e6ae0c67bfc09a;p=mono.git diff --git a/mono/utils/mono-threads-freebsd.c b/mono/utils/mono-threads-freebsd.c index 7cbbca14b57..f854fba31a4 100644 --- a/mono/utils/mono-threads-freebsd.c +++ b/mono/utils/mono-threads-freebsd.c @@ -1,12 +1,17 @@ +/** + * \file + */ + #include #if defined(__FreeBSD__) +#include #include #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;