2008-10-24 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / io-layer / threads.h
index ecba0d45e0b6017b5f0a4d09645ad9db526a44c2..068a63a9c03da7988d34889b4e4d0ecf7ebaffab 100644 (file)
@@ -63,7 +63,7 @@ extern guint32 QueueUserAPC (WapiApcProc apc_callback, gpointer thread_handle,
 /* Kludge alert! Making this visible outside io-layer is broken, but I
  * can't find any w32 call that will let me do this.
  */
-extern void _wapi_thread_abandon_mutexes (gpointer handle);
+extern void _wapi_thread_signal_self (guint32 exitstatus);
 
 G_END_DECLS
 #endif /* _WAPI_THREADS_H_ */