From: Roland McGrath Date: Fri, 14 Dec 1990 09:30:10 +0000 (+0000) Subject: Formerly m68k/jmp_buf.h.~4~ X-Git-Tag: glibc-2.16-ports-before-merge~4467 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f57cb2b9fc1dc61c8c0ce234267fc6618f79b91d;p=thirdparty%2Fglibc.git Formerly m68k/jmp_buf.h.~4~ --- diff --git a/sysdeps/m68k/jmp_buf.h b/sysdeps/m68k/jmp_buf.h index 2e46bc543de..807fcb8c10c 100644 --- a/sysdeps/m68k/jmp_buf.h +++ b/sysdeps/m68k/jmp_buf.h @@ -2,7 +2,6 @@ typedef struct { - /* There are eight 4-byte data registers, but D0 is not saved. */ long int __dregs[7]; @@ -17,4 +16,4 @@ typedef struct char __fpregs[8 * (96 / 8)]; #endif - } jmp_buf[1]; + } __jmp_buf[1];