Sign in
cobalt
/
cobalt
/
c73ce7d5dfce7ae20bcc30efc5f220e0fbac12b1
/
.
/
src
/
third_party
/
musl
/
arch
/
mipsn32
/
ksigaction.h
blob: 9969e3b2fc452e6c8e5470654f4e2faedc72581f [
file
] [
log
] [
blame
]
struct
k_sigaction
{
unsigned
flags
;
void
(*
handler
)(
int
);
unsigned
long
mask
[
4
];
void
(*
restorer
)();
};
void
__restore
(),
__restore_rt
();