lfsr: ensure that the cycle follows the randrepeat= setting
[fio.git] / compiler / compiler.h
index 72e84197584e1aa8872e2905bc70710989443416..8923f9a6235190d0837505c1852363fdf3fd6162 100644 (file)
 #define __must_check
 #endif
 
+#ifndef _weak
+#ifndef __CYGWIN__
+#define _weak  __attribute__((weak))
+#else
+#define _weak
+#endif
+#endif
+
 #endif