1 /* Generated by ./xlat/gen.sh from ./xlat/pr_unalign_flags.in; do not edit. */ 2 #if !(defined(PR_UNALIGN_NOPRINT) || (defined(HAVE_DECL_PR_UNALIGN_NOPRINT) && HAVE_DECL_PR_UNALIGN_NOPRINT)) 3 # define PR_UNALIGN_NOPRINT 1 4 #endif 5 #if !(defined(PR_UNALIGN_SIGBUS) || (defined(HAVE_DECL_PR_UNALIGN_SIGBUS) && HAVE_DECL_PR_UNALIGN_SIGBUS)) 6 # define PR_UNALIGN_SIGBUS 2 7 #endif 8 9 #ifdef IN_MPERS 10 11 # error static const struct xlat pr_unalign_flags in mpers mode 12 13 #else 14 15 static 16 const struct xlat pr_unalign_flags[] = { 17 XLAT(PR_UNALIGN_NOPRINT), 18 XLAT(PR_UNALIGN_SIGBUS), 19 XLAT_END 20 }; 21 22 #endif /* !IN_MPERS */ 23