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