Initial revision
authorRoland McGrath <roland@gnu.org>
Sun, 16 Apr 1989 23:29:02 +0000 (23:29 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 16 Apr 1989 23:29:02 +0000 (23:29 +0000)
sysdeps/vax/jmp_buf.h [new file with mode: 0644]

diff --git a/sysdeps/vax/jmp_buf.h b/sysdeps/vax/jmp_buf.h
new file mode 100644 (file)
index 0000000..46ddc6a
--- /dev/null
@@ -0,0 +1,7 @@
+/* Define the machine-dependent type `jmp_buf'.  Vax version.  */
+
+typedef struct
+  {
+    PTR __fp;
+    PTR __pc;
+  } jmp_buf[1];