Index: src/libcfa/concurrency/thread
===================================================================
--- src/libcfa/concurrency/thread	(revision cb0e6de65962fd19c1eae698acaec94f1a41b56c)
+++ src/libcfa/concurrency/thread	(revision bd4d011a92b605ad83657c777542b73e1fad403f)
@@ -56,4 +56,7 @@
 thread_desc * this_thread(void);
 
+forall( dtype T | is_thread(T) )
+void __thrd_start( T* this );
+
 //-----------------------------------------------------------------------------
 // Ctors and dtors
