diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/stdapis/stlportv5/stl/_csignal.h --- a/epoc32/include/stdapis/stlportv5/stl/_csignal.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/stdapis/stlportv5/stl/_csignal.h Wed Mar 31 12:33:34 2010 +0100 @@ -1,4 +1,6 @@ /* + * Portions Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. + * * Copyright (c) 1999 * Boris Fomitchev * @@ -23,6 +25,7 @@ # include _STLP_NATIVE_C_HEADER(signal.h) # endif +#ifndef __SYMBIAN32__ # if defined (_STLP_IMPORT_VENDOR_CSTD) _STLP_BEGIN_NAMESPACE # if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS) @@ -35,3 +38,4 @@ #endif #endif /* _STLP_INTERNAL_CSIGNAL */ +#endif /* _STLP_INTERNAL_CSIGNAL */