1/* Generated by ./xlat/gen.sh from ./xlat/sigemt_codes.in; do not edit. */
2
3static const struct xlat sigemt_codes[] = {
4#if !(defined(EMT_TAGOVF) || (defined(HAVE_DECL_EMT_TAGOVF) && HAVE_DECL_EMT_TAGOVF))
5# define EMT_TAGOVF 1
6#endif
7 XLAT(EMT_TAGOVF),
8 XLAT_END
9};
10