* sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure

type.
This commit is contained in:
Daniel Jacobowitz 2008-07-18 13:24:21 +00:00
parent 6b3dc26c76
commit e2570f301f
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -27,7 +27,7 @@
#include <sgidefs.h>
typedef struct
typedef struct __jmp_buf_internal_tag
{
#if _MIPS_SIM == _ABIO32
/* Program counter. */