fix incorrect base name offset from nftw when pathname ends in slash(es)
[musl.git] / arch / x32 / ksigaction.h
blob7743c5c6b8122bc3dd5692bead45c00623d57dbf
1 struct k_sigaction {
2 void (*handler)(int);
3 unsigned long flags;
4 void (*restorer)(void);
5 unsigned mask[2];
6 };
8 void __restore_rt();
9 #define __restore __restore_rt