Sign in
cobalt
/
cobalt
/
edf9f4e573e100a6e6c9631fa7b3eef33f67490a
/
.
/
src
/
third_party
/
musl
/
arch
/
sh
/
ksigaction.h
blob: 0c652bea0a6d10b5db4f3e6743c3ac071847061f [
file
] [
log
] [
blame
]
struct
k_sigaction
{
void
(*
handler
)(
int
);
unsigned
long
flags
;
void
*
restorer
;
unsigned
mask
[
2
];
};
extern
unsigned
char
__restore
[],
__restore_rt
[];