Update copyright dates with scripts/update-copyrights
[glibc.git] / sysdeps / unix / sysv / linux / sh / kernel_sigaction.h
blobc8dc77a02bd8d182bafbddf06fc8ebee6288233b
1 /* SH uses the generic Linux UAPI but defines SA_RESTORER. */
2 #define SA_RESTORER 0x04000000
4 #define SET_SA_RESTORER(kact, act) \
5 (kact)->sa_restorer = (act)->sa_restorer
6 #define RESET_SA_RESTORER(act, kact) \
7 (act)->sa_restorer = (kact)->sa_restorer
9 #include <sysdeps/unix/sysv/linux/kernel_sigaction.h>