mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Initial revision
This commit is contained in:
commit
9a64fa84a6
7
sysdeps/vax/jmp_buf.h
Normal file
7
sysdeps/vax/jmp_buf.h
Normal file
@ -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
Block a user