fix undefined behavior in memset due to missing sequence points
[musl] / arch / mipsn32 / ksigaction.h
1 struct k_sigaction {
2         unsigned flags;
3         void (*handler)(int);
4         unsigned long mask[4];
5         void (*restorer)();
6 };
7
8 void __restore(), __restore_rt();