fix regressions in app compatibility from previous sys/ipc.h changes
[musl] / src / internal / ksigaction.h
1 struct k_sigaction {
2         void (*handler)(int);
3         unsigned long flags;
4         void (*restorer)(void);
5         unsigned mask[2];
6 };