initial import
[glibc.git] / sysdeps / i386 / jmp_buf.h
blob7686c4d2788a6e9e146a653dcdbb072a88339529
1 /* Define the machine-dependent type `jmp_buf'. Intel 386 version. */
3 typedef struct
5 long int __bx, __si, __di;
6 __ptr_t __bp;
7 __ptr_t __sp;
8 __ptr_t __pc;
9 } __jmp_buf[1];