Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/siginfo_codes.in; do not edit. */
      2 
      3 static const struct xlat siginfo_codes[] = {
      4 #if defined(SI_KERNEL) || (defined(HAVE_DECL_SI_KERNEL) && HAVE_DECL_SI_KERNEL)
      5 	XLAT(SI_KERNEL),
      6 #endif
      7 #if defined(SI_USER) || (defined(HAVE_DECL_SI_USER) && HAVE_DECL_SI_USER)
      8 	XLAT(SI_USER),
      9 #endif
     10 #if defined(SI_QUEUE) || (defined(HAVE_DECL_SI_QUEUE) && HAVE_DECL_SI_QUEUE)
     11 	XLAT(SI_QUEUE),
     12 #endif
     13 #if defined(SI_TIMER) || (defined(HAVE_DECL_SI_TIMER) && HAVE_DECL_SI_TIMER)
     14 	XLAT(SI_TIMER),
     15 #endif
     16 #if defined(SI_MESGQ) || (defined(HAVE_DECL_SI_MESGQ) && HAVE_DECL_SI_MESGQ)
     17 	XLAT(SI_MESGQ),
     18 #endif
     19 #if defined(SI_ASYNCIO) || (defined(HAVE_DECL_SI_ASYNCIO) && HAVE_DECL_SI_ASYNCIO)
     20 	XLAT(SI_ASYNCIO),
     21 #endif
     22 #if defined(SI_SIGIO) || (defined(HAVE_DECL_SI_SIGIO) && HAVE_DECL_SI_SIGIO)
     23 	XLAT(SI_SIGIO),
     24 #endif
     25 #if defined(SI_TKILL) || (defined(HAVE_DECL_SI_TKILL) && HAVE_DECL_SI_TKILL)
     26 	XLAT(SI_TKILL),
     27 #endif
     28 #if defined(SI_DETHREAD) || (defined(HAVE_DECL_SI_DETHREAD) && HAVE_DECL_SI_DETHREAD)
     29 	XLAT(SI_DETHREAD),
     30 #endif
     31 #if defined(SI_ASYNCNL) || (defined(HAVE_DECL_SI_ASYNCNL) && HAVE_DECL_SI_ASYNCNL)
     32 	XLAT(SI_ASYNCNL),
     33 #endif
     34 #if defined(SI_NOINFO) || (defined(HAVE_DECL_SI_NOINFO) && HAVE_DECL_SI_NOINFO)
     35 	XLAT(SI_NOINFO),
     36 #endif
     37 #if defined(SI_LWP) || (defined(HAVE_DECL_SI_LWP) && HAVE_DECL_SI_LWP)
     38 	XLAT(SI_LWP),
     39 #endif
     40 	XLAT_END
     41 };
     42