Add 'null' perf test
[fio.git] / compiler / compiler.h
index 33500a9b02a53c4259c307d69fff96d8c7369646..8dec350b9f9eb4e1c495e5c7aa1174b60169cbd3 100644 (file)
 
 #define uninitialized_var(x) x = x
 
-#ifndef __weak
+#ifndef _weak
 #ifndef __CYGWIN__
-#define __weak __attribute__((weak))
+#define _weak  __attribute__((weak))
 #else
-#define __weak
+#define _weak
 #endif
 #endif