Vax specific setjmp buffer.

This commit is contained in:
Ulrich Drepper 1997-06-21 02:30:10 +00:00
parent 0d70c1a887
commit 1632e8a1b3
1 changed files with 7 additions and 0 deletions

View File

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