mirror of
git://git.musl-libc.org/musl
synced 2025-03-01 09:10:25 +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)();
|
||
|
};
|