mirror of
git://git.musl-libc.org/musl
synced 2025-01-02 20:42:04 +00:00
9 lines
156 B
C
9 lines
156 B
C
|
struct k_sigaction {
|
||
|
void (*handler)(int);
|
||
|
unsigned long flags;
|
||
|
void *restorer;
|
||
|
unsigned mask[2];
|
||
|
};
|
||
|
|
||
|
extern unsigned char __restore[], __restore_rt[];
|