1 /* Generated by ./xlat/gen.sh from ./xlat/sigaltstack_flags.in; do not edit. */ 2 #if !(defined(SS_ONSTACK) || (defined(HAVE_DECL_SS_ONSTACK) && HAVE_DECL_SS_ONSTACK)) 3 # define SS_ONSTACK 1 4 #endif 5 #if !(defined(SS_DISABLE) || (defined(HAVE_DECL_SS_DISABLE) && HAVE_DECL_SS_DISABLE)) 6 # define SS_DISABLE 2 7 #endif 8 9 #ifdef IN_MPERS 10 11 extern const struct xlat sigaltstack_flags[]; 12 13 #else 14 15 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 16 static 17 # endif 18 const struct xlat sigaltstack_flags[] = { 19 XLAT(SS_ONSTACK), 20 XLAT(SS_DISABLE), 21 XLAT_END 22 }; 23 24 #endif /* !IN_MPERS */ 25