b6e59cd9
b61df229
1 2
3 4 5 6 7 8 9
10
#include <features.h> struct k_sigaction { void (*handler)(int); unsigned long flags; void *restorer; unsigned mask[2]; }; extern hidden unsigned char __restore[], __restore_rt[];