Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8
struct k_sigaction { unsigned flags; void (*handler)(int); unsigned long mask[4]; void (*restorer)(); }; void __restore(), __restore_rt();