xlat: update siginfo_codes

* xlat/siginfo_codes.in (SI_LWP): Remove, as it is not present on Linux.
(SI_NOINFO): Define only on SPARC, provide fallback value.
This commit is contained in:
Eugene Syromyatnikov 2018-10-15 17:47:01 +02:00 committed by Dmitry V. Levin
parent 40771886ec
commit 7e15b04b20

View File

@ -16,5 +16,7 @@ SI_SIGIO -5
SI_TKILL -6 SI_TKILL -6
SI_DETHREAD -7 SI_DETHREAD -7
SI_ASYNCNL -60 SI_ASYNCNL -60
SI_NOINFO
SI_LWP #ifdef __sparc__
SI_NOINFO 32767
#endif