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 XLAT(BUS_ADRALN), 6 #endif 7 #if defined(BUS_ADRERR) || (defined(HAVE_DECL_BUS_ADRERR) && HAVE_DECL_BUS_ADRERR) 8 XLAT(BUS_ADRERR), 9 #endif 10 #if defined(BUS_OBJERR) || (defined(HAVE_DECL_BUS_OBJERR) && HAVE_DECL_BUS_OBJERR) 11 XLAT(BUS_OBJERR), 12 #endif 13 XLAT_END 14 }; 15