Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes
[cascardo/linux.git] / include / linux / compiler-gcc.h
index 3d5202e..e294939 100644 (file)
 
 #if GCC_VERSION >= 30400
 #define __must_check           __attribute__((warn_unused_result))
+#define __malloc               __attribute__((__malloc__))
 #endif
 
 #if GCC_VERSION >= 40000