diff options
Diffstat (limited to 'include/arch/x86_64/bits/setjmp.h')
| -rw-r--r-- | include/arch/x86_64/bits/setjmp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/arch/x86_64/bits/setjmp.h b/include/arch/x86_64/bits/setjmp.h new file mode 100644 index 00000000..4d118c40 --- /dev/null +++ b/include/arch/x86_64/bits/setjmp.h @@ -0,0 +1,6 @@ +#ifndef __BITS_SETJMP_H +#define __BITS_SETJMP_H + +typedef unsigned long jmp_buf[8]; + +#endif |
