Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
musl
/
arch
/
x86_64
/
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