Index: libcfa/src/concurrency/locks.hfa
===================================================================
--- libcfa/src/concurrency/locks.hfa	(revision f4ec5e45adb2e571c2ed71c2f859c899cfe51d5c)
+++ libcfa/src/concurrency/locks.hfa	(revision 8f5576d596298c117a178d81e998ff6a1434c012)
@@ -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 ) {
