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