Flush buffers on thread closedown.
[p5sagit/p5-mst-13.2.git] / ext / threads / threads.h
index bf0e580..5fef2bd 100755 (executable)
@@ -47,7 +47,7 @@ shared_sv* threads;
 #ifdef WIN32
 THREAD_RET_TYPE Perl_thread_run(LPVOID arg);
 #else
-void Perl_thread_run(ithread* thread);
+void* Perl_thread_run(void * arg);
 #endif
 void Perl_thread_destruct(ithread* thread);