Initial revision

This commit is contained in:
Roland McGrath 1989-04-16 23:29:02 +00:00
commit 9a64fa84a6

7
sysdeps/vax/jmp_buf.h Normal file
View File

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