fix names of ipc_perm __key/__seq elements
[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 };