mirror of git://git.musl-libc.org/musl
7 lines
109 B
C
7 lines
109 B
C
|
struct k_sigaction {
|
||
|
unsigned flags;
|
||
|
void (*handler)(int);
|
||
|
unsigned long mask[4];
|
||
|
void (*restorer)();
|
||
|
};
|