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