strace/xlat/siginfo_codes.in
Dmitry V. Levin 16b7bcdccc xlat: fix SI_* fallback definitions on mips
* xlat/siginfo_codes.in [mips] (SI_ASYNCIO, SI_TIMER, SI_MESGQ): Define
to -2, -3, and -4, respectively.
2018-04-29 21:59:55 +00:00

21 lines
215 B
Plaintext

SI_USER 0
SI_KERNEL 0x80
SI_QUEUE -1
#ifdef __mips__
SI_ASYNCIO -2
SI_TIMER -3
SI_MESGQ -4
#else
SI_TIMER -2
SI_MESGQ -3
SI_ASYNCIO -4
#endif
SI_SIGIO -5
SI_TKILL -6
SI_DETHREAD -7
SI_ASYNCNL -60
SI_NOINFO
SI_LWP