From: Roland McGrath Date: Sun, 16 Apr 1989 23:29:02 +0000 (+0000) Subject: Initial revision X-Git-Tag: glibc-2.16-ports-before-merge~4480 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a64fa84a67e2e09a69330c7c9073fe4201bd036;p=thirdparty%2Fglibc.git Initial revision --- 9a64fa84a67e2e09a69330c7c9073fe4201bd036 diff --git a/sysdeps/vax/jmp_buf.h b/sysdeps/vax/jmp_buf.h new file mode 100644 index 00000000000..46ddc6afef8 --- /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];