From 9a64fa84a67e2e09a69330c7c9073fe4201bd036 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Apr 1989 23:29:02 +0000 Subject: [PATCH] Initial revision --- sysdeps/vax/jmp_buf.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sysdeps/vax/jmp_buf.h diff --git a/sysdeps/vax/jmp_buf.h b/sysdeps/vax/jmp_buf.h new file mode 100644 index 0000000..46ddc6a --- /dev/null +++ b/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]; -- 2.7.4