Index: libcfa/src/concurrency/preemption.cfa
===================================================================
--- libcfa/src/concurrency/preemption.cfa	(revision c7a900a12cc0fbe737f58157787bd96980702780)
+++ libcfa/src/concurrency/preemption.cfa	(revision e3bc51c60b9c9b6ea0e677c0358ab2c534e41a95)
@@ -39,5 +39,5 @@
 // FwdDeclarations : timeout handlers
 static void preempt( processor   * this );
-static void timeout( thread_desc * this );
+static void timeout( $thread * this );
 
 // FwdDeclarations : Signal handlers
@@ -267,5 +267,5 @@
 
 // reserved for future use
-static void timeout( thread_desc * this ) {
+static void timeout( $thread * this ) {
 	//TODO : implement waking threads
 }
