From 8f9e62d3502d6f1b296292d862d17e6e77d281eb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 14 Dec 1990 09:29:54 +0000 Subject: [PATCH] Formerly i386/jmp_buf.h.~2~ --- sysdeps/i386/jmp_buf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/i386/jmp_buf.h b/sysdeps/i386/jmp_buf.h index 7bb25e916a..8ac8e285b0 100644 --- a/sysdeps/i386/jmp_buf.h +++ b/sysdeps/i386/jmp_buf.h @@ -3,4 +3,4 @@ typedef struct { long int __bx, __si, __di, __bp, __sp, __dx; - } jmp_buf[1]; + } __jmp_buf[1];