haiku/headers/posix/arch/x86_64/arch_setjmp.h
Alex Smith 73f27ecd3a Implementations of some libroot functions for x86_64.
These are the functions required by the kernel. These are all full
implementations except for system_time(), which will be implemented later.
2012-06-15 19:57:21 +01:00

12 lines
219 B
C

/*
* Copyright 2005-2012 Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _ARCH_SETJMP_H_
#define _ARCH_SETJMP_H_
typedef int __jmp_buf[8];
#endif /* _ARCH_SETJMP_H_ */