public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* Fix MIPS kernel_rt_sigframe.h for siginfo_t changes
@ 2012-04-26 19:22 Joseph S. Myers
  0 siblings, 0 replies; only message in thread
From: Joseph S. Myers @ 2012-04-26 19:22 UTC (permalink / raw)
  To: libc-ports

I've applied this patch to update 
sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h for the change from 
struct siginfo to siginfo_t.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 5f5b3b7..0b4a493 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -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.
diff --git a/sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h b/sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h
index edf8d45..77ffaf6 100644
--- a/sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h
+++ b/sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h
@@ -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)));
   }

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-26 19:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-26 19:22 Fix MIPS kernel_rt_sigframe.h for siginfo_t changes Joseph S. Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).