Update contrib.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "ARM EABI LICENCE.txt"
5 // which accompanies this distribution, and is available
6 // in kernel/eka/compsupp.
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // This file is part of drtrvct.dll and drtrvct_vfpv2.dll
23 // The run-time system can call this function to exit the process, 'finalizing' the
24 // run-time library but avoiding atexit processing.
25 EXPORT_C void __rt_exit(TInt aReturnCode) /* never returns */
27 User::Exit(aReturnCode);