kernel/eka/compsupp/rvct.h
branchCompilerCompatibility
changeset 74 741dcdf88ba9
parent 0 a41df078684a
child 156 12b6722e7753
--- a/kernel/eka/compsupp/rvct.h	Mon Mar 01 14:54:20 2010 +0000
+++ b/kernel/eka/compsupp/rvct.h	Mon Mar 08 11:57:08 2010 +0000
@@ -116,6 +116,7 @@
 // __NAKED__ from cpudefs.h
 #define __NAKED__ __asm
 #define ____ONLY_USE_NAKED_IN_CIA____ __asm
+#define __WEAK__  __attribute__((weak))
 
 // Int64 and Uint64 from nkern\nklib.h
 typedef long long Int64;