Fix compile of test programs on archs that use arch_flags at runtime
[fio.git] / t / arch.c
diff --git a/t/arch.c b/t/arch.c
new file mode 100644 (file)
index 0000000..befb7c7
--- /dev/null
+++ b/t/arch.c
@@ -0,0 +1,5 @@
+#include "../arch/arch.h"
+
+unsigned long arch_flags = 0;
+int tsc_reliable;
+int arch_random;