Index: libcfa/src/bits/weakso_locks.cfa
===================================================================
--- libcfa/src/bits/weakso_locks.cfa	(revision bbecdd4e92ef5af54bd26d222e3783bf68890eaf)
+++ libcfa/src/bits/weakso_locks.cfa	(revision c824afd9358ee6f96e86472961ab9b730f03a900)
@@ -28,6 +28,6 @@
 void on_wakeup( blocking_lock &, size_t ) {}
 size_t wait_count( blocking_lock & ) { return 0; }
-bool register_select( blocking_lock & this, select_node & node ) { return false; }
-bool unregister_select( blocking_lock & this, select_node & node ) { return false; }
-bool on_selected( blocking_lock & this, select_node & node ) { return true; }
+bool register_select$( blocking_lock & this, select_node & node ) { return false; }
+bool unregister_select$( blocking_lock & this, select_node & node ) { return false; }
+bool on_selected$( blocking_lock & this, select_node & node ) { return true; }
 
