aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/sigaltstack_flags.h
blob: 8d719edea0e07b31e212689d2a4e98dbdcf70a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Generated by ./xlat/gen.sh from ./xlat/sigaltstack_flags.in; do not edit. */

static const struct xlat sigaltstack_flags[] = {
#if defined(SS_ONSTACK) || (defined(HAVE_DECL_SS_ONSTACK) && HAVE_DECL_SS_ONSTACK)
	XLAT(SS_ONSTACK),
#endif
#if defined(SS_DISABLE) || (defined(HAVE_DECL_SS_DISABLE) && HAVE_DECL_SS_DISABLE)
	XLAT(SS_DISABLE),
#endif
	XLAT_END
};