mntent: unescape octal sequences
[musl.git] / arch / x86_64 / ksigaction.h
blobc40e356842561c8269cda7c84ac7e2cffb1c90e7
1 #include <features.h>
3 struct k_sigaction {
4 void (*handler)(int);
5 unsigned long flags;
6 void (*restorer)(void);
7 unsigned mask[2];
8 };
10 hidden void __restore_rt();
11 #define __restore __restore_rt