Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / include / linux / compiler-gcc.h
index 3d5202eda22f262e5c134bfb1f55b7e248dfcd79..e2949397c19b0d58bbebf84d37028ae9b969546c 100644 (file)
 
 #if GCC_VERSION >= 30400
 #define __must_check           __attribute__((warn_unused_result))
+#define __malloc               __attribute__((__malloc__))
 #endif
 
 #if GCC_VERSION >= 40000
This page took 0.025414 seconds and 5 git commands to generate.