Use siginfo_t instead of struct siginfo for MIPS kernel_rt_sigframe.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 26 Apr 2012 19:20:45 +0000 (19:20 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 26 Apr 2012 19:20:45 +0000 (19:20 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h

index 5f5b3b7..0b4a493 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-26  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h (struct
+       kernel_rt_sigframe): Use siginfo_t instead of struct siginfo.
+
 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/mips/fork.S: Remove file.
index edf8d45..77ffaf6 100644 (file)
@@ -3,7 +3,7 @@ typedef struct kernel_rt_sigframe
   {
     uint32_t rs_ass[4];
     uint32_t rs_code[2];
-    struct siginfo rs_info;
+    siginfo_t rs_info;
     struct ucontext rs_uc;
     uint32_t rs_altcode[8] __attribute__ ((__aligned__ (1 << 7)));
   }