Sign in
cobalt
/
cobalt
/
97b64f26fb12c9eab352139c26f0b01d1cb6d0b9
/
.
/
third_party
/
musl
/
arch
/
x32
/
ksigaction.h
blob: 7743c5c6b8122bc3dd5692bead45c00623d57dbf [
file
] [
log
] [
blame
]
struct
k_sigaction
{
void
(*
handler
)(
int
);
unsigned
long
flags
;
void
(*
restorer
)(
void
);
unsigned
mask
[
2
];
};
void
__restore_rt
();
#define
__restore __restore_rt