mirror of
https://github.com/fluencelabs/musl
synced 2025-06-10 13:31:37 +00:00
7 lines
109 B
C
7 lines
109 B
C
|
struct k_sigaction {
|
||
|
void (*handler)(int);
|
||
|
unsigned long flags;
|
||
|
void (*restorer)(void);
|
||
|
long mask[2];
|
||
|
};
|