Index: libcfa/src/concurrency/io/setup.cfa
===================================================================
--- libcfa/src/concurrency/io/setup.cfa	(revision 7222630ce612aeab2d22e00d0c95d12240cee571)
+++ libcfa/src/concurrency/io/setup.cfa	(revision b7664a03b4e118c5734563ea5302574752b6a3b4)
@@ -42,4 +42,7 @@
 	void ^?{}(io_context & this, bool cluster_context) {}
 
+	void register_fixed_files( io_context &, int *, unsigned ) {}
+	void register_fixed_files( cluster    &, int *, unsigned ) {}
+
 #else
 	#include <errno.h>
