From: Roland McGrath Date: Fri, 14 Dec 1990 09:30:27 +0000 (+0000) Subject: entered into RCS X-Git-Tag: glibc-2.16-ports-before-merge~4466 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6506fcd3732a579a0c54678397924d0322b0349c;p=thirdparty%2Fglibc.git entered into RCS --- diff --git a/sysdeps/vax/jmp_buf.h b/sysdeps/vax/jmp_buf.h index 46ddc6afef8..7adecd9a173 100644 --- a/sysdeps/vax/jmp_buf.h +++ b/sysdeps/vax/jmp_buf.h @@ -4,4 +4,4 @@ typedef struct { PTR __fp; PTR __pc; - } jmp_buf[1]; + } __jmp_buf[1];