mirror of git://sourceware.org/git/glibc.git
Initial revision
This commit is contained in:
commit
9a64fa84a6
|
@ -0,0 +1,7 @@
|
|||
/* Define the machine-dependent type `jmp_buf'. Vax version. */
|
||||
|
||||
typedef struct
|
||||
{
|
||||
PTR __fp;
|
||||
PTR __pc;
|
||||
} jmp_buf[1];
|
Loading…
Reference in New Issue