kernel/eka/compsupp/rvct.h
changeset 111 aba5f24f35c1
parent 104 466a0df5c15a
child 156 12b6722e7753
--- a/kernel/eka/compsupp/rvct.h	Fri May 14 17:13:29 2010 +0300
+++ b/kernel/eka/compsupp/rvct.h	Tue May 18 14:12:35 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;