kernel/arch/x86/include/asm/sigframe.h
.. .. @@ -33,11 +33,7 @@ 33 33 * legacy application accessing/modifying it. 34 34 */ 35 35 struct _fpstate_32 fpstate_unused; 36  -#ifdef CONFIG_IA32_EMULATION37  - unsigned int extramask[_COMPAT_NSIG_WORDS-1];38  -#else /* !CONFIG_IA32_EMULATION */39  - unsigned long extramask[_NSIG_WORDS-1];40  -#endif /* CONFIG_IA32_EMULATION */36  + unsigned int extramask[1];41 37 char retcode[8]; 42 38 /* fp state follows here */ 43 39 };