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