prevent invalid reads of nl_arg in printf_core
[musl] / arch / mips64 / ksigaction.h
1 #include <features.h>
2
3 struct k_sigaction {
4         unsigned flags;
5         void (*handler)(int);
6         unsigned long mask[2];
7         void (*restorer)();
8 };
9
10 hidden void __restore(), __restore_rt();