1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00

Formerly m68k/jmp_buf.h.~4~

This commit is contained in:
Roland McGrath
1990-12-14 09:30:10 +00:00
parent 1ae77d2b20
commit f57cb2b9fc

View File

@@ -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];