X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-threads-mach-helper.c;h=db1e5b9fce9fe7fee582d6437afedf335c07f356;hb=746d97a043149d1204e10a3a1944cfe40fa60051;hp=cafb3fe96d03a7ddc35d3e72216ccdb8258be080;hpb=10fa44a5e6ab5b6cc4c4a79da9a2a032d0901af5;p=mono.git diff --git a/mono/utils/mono-threads-mach-helper.c b/mono/utils/mono-threads-mach-helper.c index cafb3fe96d0..db1e5b9fce9 100644 --- a/mono/utils/mono-threads-mach-helper.c +++ b/mono/utils/mono-threads-mach-helper.c @@ -1,5 +1,6 @@ -/* - * mono-threads-mach-helper.c: ObjectiveC hacks to improve our changes with thread shutdown +/** + * \file + * ObjectiveC hacks to improve our changes with thread shutdown * * Author: * Rodrigo Kumpera (kumpera@gmail.com) @@ -11,6 +12,7 @@ #if defined(__MACH__) +#include #include #include #include @@ -20,9 +22,9 @@ * which conflicts with objc. * Hence the hack here. */ -void mono_threads_init_dead_letter (void) MONO_INTERNAL; -void mono_threads_install_dead_letter (void) MONO_INTERNAL; -void mono_thread_info_detach (void) MONO_INTERNAL; +void mono_threads_init_dead_letter (void); +void mono_threads_install_dead_letter (void); +void mono_thread_info_detach (void); static Class nsobject, nsthread, mono_dead_letter_class; static SEL dealloc, release, currentThread, threadDictionary, init, alloc, objectForKey, setObjectForKey;