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