mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Use siginfo_t instead of struct siginfo for MIPS kernel_rt_sigframe.
This commit is contained in:
parent
95b28a6cc8
commit
8dc2363998
@ -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.
|
||||
|
@ -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)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user