Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sigemt_codes.in; do not edit. */
      2 #if !(defined(EMT_TAGOVF) || (defined(HAVE_DECL_EMT_TAGOVF) && HAVE_DECL_EMT_TAGOVF))
      3 # define EMT_TAGOVF 1
      4 #endif
      5 
      6 #ifdef IN_MPERS
      7 
      8 extern const struct xlat sigemt_codes[];
      9 
     10 #else
     11 
     12 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     13 static
     14 # endif
     15 const struct xlat sigemt_codes[] = {
     16  XLAT(EMT_TAGOVF),
     17  XLAT_END
     18 };
     19 
     20 #endif /* !IN_MPERS */
     21