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:
parent
40771886ec
commit
7e15b04b20
@ -16,5 +16,7 @@ SI_SIGIO -5
|
||||
SI_TKILL -6
|
||||
SI_DETHREAD -7
|
||||
SI_ASYNCNL -60
|
||||
SI_NOINFO
|
||||
SI_LWP
|
||||
|
||||
#ifdef __sparc__
|
||||
SI_NOINFO 32767
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user