Index: libcfa/src/concurrency/locks.hfa
===================================================================
--- libcfa/src/concurrency/locks.hfa	(revision f4ec5e45adb2e571c2ed71c2f859c899cfe51d5c)
+++ libcfa/src/concurrency/locks.hfa	(revision 8bea7012486b845c2d1262251772529252271692)
@@ -233,5 +233,5 @@
 };
 
-void ?{}(mcs_node & this) { this.next = 0p; }
+static inline void ?{}(mcs_node & this) { this.next = 0p; }
 
 static inline mcs_node * volatile & ?`next ( mcs_node * node ) {
