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