2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Name : staticlibinit_gcce.h
16 * Part of : libc library
17 * Used to remove the static library linking problem on gcce platform
24 #ifndef STATIC_LIB_INIT_GCCE_H
25 #define STATIC_LIB_INIT_GCCE_H
31 *It'a dummy method used to fix GCCE toolchain problem for static libraries.
34 extern "C" GLDEF_C int __GccGlueInit();
41 #endif //STATIC_LIB_INIT_GCCE_H