Browse Source

Initial revision

hjl/implies
Roland McGrath 38 years ago
commit
9a64fa84a6
  1. 7
      sysdeps/vax/jmp_buf.h

7
sysdeps/vax/jmp_buf.h

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