Bug 1401 - [GCCE] Missing size_t definition for gcce in personality.h Compiler_Compatibility
authorarunabha
Thu, 25 Feb 2010 13:11:42 +0000
branchCompiler_Compatibility
changeset 66 2cf30fbd310c
parent 65 e95b76e717d8
child 67 0b53155cb38a
Bug 1401 - [GCCE] Missing size_t definition for gcce in personality.h
kernel/eka/personality/example/personality.h
--- a/kernel/eka/personality/example/personality.h	Thu Feb 25 13:04:17 2010 +0000
+++ b/kernel/eka/personality/example/personality.h	Thu Feb 25 13:11:42 2010 +0000
@@ -41,6 +41,8 @@
 typedef unsigned int size_t;
 #elif defined(__ARMCC__)
 typedef unsigned int size_t;
+#elif defined(__GCCE__)
+typedef unsigned int size_t;
 #endif
 
 #ifdef __cplusplus