blob: 0c652bea0a6d10b5db4f3e6743c3ac071847061f [file] [log] [blame]
struct k_sigaction {
void (*handler)(int);
unsigned long flags;
void *restorer;
unsigned mask[2];
};
extern unsigned char __restore[], __restore_rt[];