mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 22:34:48 +01:00
11 lines
205 B
C
11 lines
205 B
C
|
/*
|
||
|
* Copyright 2005, Haiku, Inc.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _ARCH_SETJMP_H_
|
||
|
#define _ARCH_SETJMP_H_
|
||
|
|
||
|
typedef int __jmp_buf[23];
|
||
|
|
||
|
#endif /* _ARCH_SETJMP_H_ */
|