vserver 1.9.3
[linux-2.6.git] / include / linux / linkage.h
index 09955c0..338f779 100644 (file)
 #define asmlinkage CPP_ASMLINKAGE
 #endif
 
+#ifndef prevent_tail_call
+# define prevent_tail_call(ret) do { } while (0)
+#endif
+
 #ifndef __ALIGN
 #define __ALIGN                .align 4,0x90
 #define __ALIGN_STR    ".align 4,0x90"