mirror of
git://git.musl-libc.org/musl
synced 2024-12-26 08:32:26 +00:00
83933573af
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.
9 lines
144 B
C
9 lines
144 B
C
struct k_sigaction {
|
|
unsigned flags;
|
|
void (*handler)(int);
|
|
unsigned long mask[2];
|
|
void (*restorer)();
|
|
};
|
|
|
|
void __restore(), __restore_rt();
|