update ppc atomic code to match the endian-agnostic version on other archs
[oweals/musl.git] / arch / mips / ksigaction.h
1 struct k_sigaction {
2         unsigned flags;
3         void (*handler)(int);
4         unsigned long mask[4];
5         void (*restorer)();
6 };