1.1 --- a/epoc32/include/stdapis/setjmp.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/stdapis/setjmp.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -30,7 +30,7 @@
1.4 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1.5 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1.6 * SUCH DAMAGE.
1.7 -* © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved.
1.8 +* © Portions Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
1.9 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
1.10 * $FreeBSD: src/include/setjmp.h,v 1.8 2002/10/05 05:48:50 mike Exp $
1.11 */
1.12 @@ -50,7 +50,7 @@
1.13 #include <sys/cdefs.h>
1.14
1.15 /* The size of the jmp_buf is machine dependent: */
1.16 -#include <machine/setjmp.h>
1.17 +#include <stdapis/machine/setjmp.h>
1.18
1.19
1.20 __BEGIN_DECLS