blob: 43f3abcf05ee28e06012cdb7ad478d4581c0d895 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/pr_unalign_flags.in; do not edit. */
2
3static const struct xlat pr_unalign_flags[] = {
4#if !(defined(PR_UNALIGN_NOPRINT) || (defined(HAVE_DECL_PR_UNALIGN_NOPRINT) && HAVE_DECL_PR_UNALIGN_NOPRINT))
5# define PR_UNALIGN_NOPRINT 1
6#endif
7 XLAT(PR_UNALIGN_NOPRINT),
8#if !(defined(PR_UNALIGN_SIGBUS) || (defined(HAVE_DECL_PR_UNALIGN_SIGBUS) && HAVE_DECL_PR_UNALIGN_SIGBUS))
9# define PR_UNALIGN_SIGBUS 2
10#endif
11 XLAT(PR_UNALIGN_SIGBUS),
12 XLAT_END
13};