mirror of
https://github.com/fluencelabs/musl
synced 2025-06-27 13:41:57 +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)();
|
||
|
};
|