Move os/arch/compiler headers into directories
[fio.git] / compiler / compiler-gcc4.h
diff --git a/compiler/compiler-gcc4.h b/compiler/compiler-gcc4.h
new file mode 100644 (file)
index 0000000..bb9cc7c
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef FIO_COMPILER_GCC4_H
+#define FIO_COMPILER_GCC4_H
+
+#define __must_check           __attribute__((warn_unused_result))
+
+#endif