kernel/eka/compsupp/rvct.h
branchRCL_3
changeset 88 d87ddb12c54a
parent 74 741dcdf88ba9
child 156 12b6722e7753
--- a/kernel/eka/compsupp/rvct.h	Wed Mar 31 23:38:45 2010 +0300
+++ b/kernel/eka/compsupp/rvct.h	Fri Apr 02 11:01:24 2010 +0100
@@ -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;