Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sigbus_codes.in; do not edit. */
      2 
      3 static const struct xlat sigbus_codes[] = {
      4 #if !(defined(BUS_ADRALN) || (defined(HAVE_DECL_BUS_ADRALN) && HAVE_DECL_BUS_ADRALN))
      5 # define BUS_ADRALN 1
      6 #endif
      7  XLAT(BUS_ADRALN),
      8 #if !(defined(BUS_ADRERR) || (defined(HAVE_DECL_BUS_ADRERR) && HAVE_DECL_BUS_ADRERR))
      9 # define BUS_ADRERR 2
     10 #endif
     11  XLAT(BUS_ADRERR),
     12 #if !(defined(BUS_OBJERR) || (defined(HAVE_DECL_BUS_OBJERR) && HAVE_DECL_BUS_OBJERR))
     13 # define BUS_OBJERR 3
     14 #endif
     15  XLAT(BUS_OBJERR),
     16 #if !(defined(BUS_MCEERR_AR) || (defined(HAVE_DECL_BUS_MCEERR_AR) && HAVE_DECL_BUS_MCEERR_AR))
     17 # define BUS_MCEERR_AR 4
     18 #endif
     19  XLAT(BUS_MCEERR_AR),
     20 #if !(defined(BUS_MCEERR_AO) || (defined(HAVE_DECL_BUS_MCEERR_AO) && HAVE_DECL_BUS_MCEERR_AO))
     21 # define BUS_MCEERR_AO 5
     22 #endif
     23  XLAT(BUS_MCEERR_AO),
     24  XLAT_END
     25 };
     26