Merge pull request #390 from baulig/master
[mono.git] / mono / metadata / threadpool-internals.h
index 10e9330b6fbac9578f11f77adeb1c5a34071e98f..9d73ccdeb305ec3d353259fd537bf1e2f451ec7c 100644 (file)
@@ -3,5 +3,6 @@
 
 void mono_thread_pool_remove_socket (int sock) MONO_INTERNAL;
 gboolean mono_thread_pool_is_queue_array (MonoArray *o) MONO_INTERNAL;
+void mono_internal_thread_unhandled_exception (MonoObject* exc) MONO_INTERNAL;
 
 #endif