diff -r 0659d0e1a03c -r 1d28c8722707 kernel/eka/include/u32std.h --- a/kernel/eka/include/u32std.h Wed Oct 20 13:58:28 2010 +0100 +++ b/kernel/eka/include/u32std.h Tue Nov 02 15:29:23 2010 +0000 @@ -543,6 +543,7 @@ // This must not conflict with any possible valid TLS keys const TInt KGlobalDestructorTlsKey = -1; +const TInt KNestedEntryPointCallKey = -2; GLREF_C void ExitCurrentThread(TExitType, TInt, const TDesC8*);