kernel/arch/arm/include/asm/signal.h
.. .. @@ -17,6 +17,8 @@ 17 17 unsigned long sig[_NSIG_WORDS]; 18 18 } sigset_t; 19 19 20 +#define __ARCH_UAPI_SA_FLAGS (SA_THIRTYTWO | SA_RESTORER)21 +20 22 #define __ARCH_HAS_SA_RESTORER 21 23 22 24 #include <asm/sigcontext.h>