This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / compiler-gcc3.h
index 265dad4..1b109f0 100644 (file)
@@ -25,3 +25,8 @@
 #if __GNUC_MINOR__ >= 1
 #define  noinline __attribute__((noinline))
 #endif
+#define __must_check __attribute__((warn_unused_result))
+
+#if __GNUC_MINOR__ >= 1
+#define  noinline __attribute__((noinline))
+#endif