1 /* Generated by ./xlat/gen.sh from ./xlat/sigaltstack_flags.in; do not edit. */ 2 3 static const struct xlat sigaltstack_flags[] = { 4 #if defined(SS_ONSTACK) || (defined(HAVE_DECL_SS_ONSTACK) && HAVE_DECL_SS_ONSTACK) 5 XLAT(SS_ONSTACK), 6 #endif 7 #if defined(SS_DISABLE) || (defined(HAVE_DECL_SS_DISABLE) && HAVE_DECL_SS_DISABLE) 8 XLAT(SS_DISABLE), 9 #endif 10 XLAT_END 11 }; 12