xref: /haiku/headers/posix/arch/x86/arch_setjmp.h (revision 25a7b01d15612846f332751841da3579db313082)
1fe14a904SIngo Weinhold /*
2*173f54f1SMatt Madia  * Copyright 2005-2012 Haiku, Inc. All Rights Reserved.
3fe14a904SIngo Weinhold  * Distributed under the terms of the MIT License.
4fe14a904SIngo Weinhold  */
5fe14a904SIngo Weinhold #ifndef _ARCH_SETJMP_H_
6fe14a904SIngo Weinhold #define _ARCH_SETJMP_H_
7fe14a904SIngo Weinhold 
80fae8733SScott McCreary 
9fe14a904SIngo Weinhold typedef int __jmp_buf[6];
10fe14a904SIngo Weinhold 
11fe14a904SIngo Weinhold #endif	/* _ARCH_SETJMP_H_ */
12