* sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
type.
This commit is contained in:
parent
6b3dc26c76
commit
e2570f301f
@ -1,3 +1,8 @@
|
||||
2008-07-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
|
||||
type.
|
||||
|
||||
2008-05-21 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/bits/socket.h: Cleanup namespace.
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <sgidefs.h>
|
||||
|
||||
typedef struct
|
||||
typedef struct __jmp_buf_internal_tag
|
||||
{
|
||||
#if _MIPS_SIM == _ABIO32
|
||||
/* Program counter. */
|
||||
|
Loading…
Reference in New Issue
Block a user