1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-18 16:09:06 +03:00
Files
glibc/sysdeps/vax/jmp_buf.h
Roland McGrath 6506fcd373 entered into RCS
1990-12-14 09:30:27 +00:00

8 lines
132 B
C

/* Define the machine-dependent type `jmp_buf'. Vax version. */
typedef struct
{
PTR __fp;
PTR __pc;
} __jmp_buf[1];