blob: d43810868453d013a492701024a68bd111325838 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sigaltstack_flags.in; do not edit. */
2
3static const struct xlat sigaltstack_flags[] = {
Elliott Hughesc3d43082015-04-06 17:00:50 -07004#if !(defined(SS_ONSTACK) || (defined(HAVE_DECL_SS_ONSTACK) && HAVE_DECL_SS_ONSTACK))
5# define SS_ONSTACK 1
6#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT(SS_ONSTACK),
Elliott Hughesc3d43082015-04-06 17:00:50 -07008#if !(defined(SS_DISABLE) || (defined(HAVE_DECL_SS_DISABLE) && HAVE_DECL_SS_DISABLE))
9# define SS_DISABLE 2
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(SS_DISABLE),
Elliott Hughes0328d0a2015-03-18 11:18:43 -070012 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070013};