* sysdeps/mips/bits/setjmp.h (__jmp_buf): Give name to structure
authorDaniel Jacobowitz <dan@codesourcery.com>
Fri, 18 Jul 2008 13:24:21 +0000 (13:24 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Fri, 18 Jul 2008 13:24:21 +0000 (13:24 +0000)
type.

ChangeLog.mips
sysdeps/mips/bits/setjmp.h

index 8a90a3d..e7aee50 100644 (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.
index 4f159c4..d3ced98 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <sgidefs.h>
 
-typedef struct
+typedef struct __jmp_buf_internal_tag
   {
 #if _MIPS_SIM == _ABIO32
     /* Program counter.  */