Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
musl
/
arch
/
mips64
/
ksigaction.h
blob: 55ba18ea945c5b41bb4eab0f8ff07e960b88623b [
file
] [
log
] [
blame
]
struct
k_sigaction
{
unsigned
flags
;
void
(*
handler
)(
int
);
unsigned
long
mask
[
2
];
void
(*
restorer
)();
};
void
__restore
(),
__restore_rt
();