2006-12-11 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mono / io-layer / thread-private.h
index 60e66c654798adc591a5c7b9d2838a45d109fe8c..72ec686c353e46257b20a4d11683de00bb3e5cc3 100644 (file)
@@ -73,5 +73,7 @@ extern gboolean _wapi_thread_dispatch_apc_queue (gpointer handle);
 extern void _wapi_thread_own_mutex (gpointer mutex);
 extern void _wapi_thread_disown_mutex (gpointer mutex);
 extern gpointer _wapi_thread_handle_from_id (pthread_t tid);
+extern void _wapi_thread_set_termination_details (gpointer handle,
+                                                 guint32 exitstatus);
 
 #endif /* _WAPI_THREAD_PRIVATE_H_ */