mirror of git://sourceware.org/git/glibc.git
Formerly i386/jmp_buf.h.~2~
This commit is contained in:
parent
cb9a1f1ec7
commit
8f9e62d350
|
@ -3,4 +3,4 @@
|
|||
typedef struct
|
||||
{
|
||||
long int __bx, __si, __di, __bp, __sp, __dx;
|
||||
} jmp_buf[1];
|
||||
} __jmp_buf[1];
|
||||
|
|
Loading…
Reference in New Issue