Sign in
kunit
/
linux
/
d2912cb15bdda8ba4a5dd73396ad62641af2f520
/
.
/
arch
/
arm
/
kernel
/
signal.h
blob: b7b838b05229aa5cd702611013cdae97fa033b07 [
file
] [
log
] [
blame
]
Nicolas Pitre
5c16595
2017-08-09 23:42:51 -0400
[
diff
] [
blame
]
1
#include
<asm/ucontext.h>
2
3
struct
sigframe
{
4
struct
ucontext uc
;
5
unsigned
long
retcode
[
4
];
6
};
7
8
struct
rt_sigframe
{
9
struct
siginfo info
;
10
struct
sigframe sig
;
11
};