xref: /haiku/headers/posix/arch/mipsel/arch_setjmp.h (revision 25a7b01d15612846f332751841da3579db313082)
141a9e149SJonas Sundström /*
2*173f54f1SMatt Madia  * Copyright 2008-2012 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 
80fae8733SScott 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