glibc/sysdeps/alpha/jmp_buf.h

8 lines
156 B
C
Raw Normal View History

1992-11-25 00:50:57 +00:00
/* Define the machine-dependent type `jmp_buf'. Alpha version. */
typedef struct
{
long int __iregs[30];
double __fregs[31];
} __jmp_buf[1];