Warning: This file is not a C or C++ file. It does not have highlighting.

1#include <stdint.h>
2
3/* Linux kernel RT signal frame. */
4typedef struct kernel_rt_sigframe
5 {
6 uint32_t rs_ass[4];
7 uint32_t rs_code[2];
8 siginfo_t rs_info;
9 ucontext_t rs_uc;
10 uint32_t rs_altcode[8] __attribute__ ((__aligned__ (1 << 7)));
11 }
12kernel_rt_sigframe_t;
13

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of glibc/sysdeps/unix/sysv/linux/mips/kernel_rt_sigframe.h