Tue Apr 23 21:09:14 1996 Miles Bader <miles@gnu.ai.mit.edu>
[glibc.git] / sysdeps / vax / jmp_buf.h
blob7adecd9a173be41156ad8cc7b2e9362cbd1c1e7b
1 /* Define the machine-dependent type `jmp_buf'. Vax version. */
3 typedef struct
5 PTR __fp;
6 PTR __pc;
7 } __jmp_buf[1];