mirror of
https://github.com/fluencelabs/musl
synced 2025-04-29 00:52:15 +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[];
|