fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / include / setjmp.h
blobc958d9042997144e503421277ea84d3c8fe19867
1 /*
2 setjmp.h
3 stubs for future use.
4 */
6 #ifndef _SETJMP_H_
7 #define _SETJMP_H_
9 #include "_ansi.h"
10 #include <machine/setjmp.h>
12 _BEGIN_STD_C
14 void _EXFUN(longjmp,(jmp_buf __jmpb, int __retval));
15 int _EXFUN(setjmp,(jmp_buf __jmpb));
17 _END_STD_C
19 #endif /* _SETJMP_H_ */