Index: libcfa/src/bits/weakso_locks.cfa
===================================================================
--- libcfa/src/bits/weakso_locks.cfa	(revision 200a2298cdba8448a5f6101cdffaee0b5450c42d)
+++ libcfa/src/bits/weakso_locks.cfa	(revision 9cd37d9e390510919b7ab3ea6b4d4f2370f7c861)
@@ -24,5 +24,5 @@
 bool try_lock( blocking_lock & ) { return false; }
 void unlock( blocking_lock & ) {}
-void on_notify( blocking_lock &, struct $thread * ) {}
+void on_notify( blocking_lock &, struct thread$ * ) {}
 size_t on_wait( blocking_lock & ) { return 0; }
 void on_wakeup( blocking_lock &, size_t ) {}
