xref: /haiku/headers/posix/arch/mipsel/arch_setjmp.h (revision 0fae873352b02792db93f721c1a2ff6b240c8ecc)
141a9e149SJonas Sundström /*
2*0fae8733SScott McCreary  * Copyright 2008-2010 Haiku Inc. All Rights Reserved.
341a9e149SJonas Sundström  * Distributed under the terms of the MIT License.
441a9e149SJonas Sundström  */
541a9e149SJonas Sundström #ifndef _ARCH_SETJMP_H_
641a9e149SJonas Sundström #define _ARCH_SETJMP_H_
741a9e149SJonas Sundström 
8*0fae8733SScott McCreary 
941a9e149SJonas Sundström typedef int __jmp_buf[42];
1041a9e149SJonas Sundström #warning MIPSEL: fix jmpbuf size
1141a9e149SJonas Sundström 
1241a9e149SJonas Sundström #endif	/* _ARCH_SETJMP_H_ */
13