From: Eugene Syromyatnikov Date: Mon, 15 Oct 2018 15:47:01 +0000 (+0200) Subject: xlat: update siginfo_codes X-Git-Tag: v4.26~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e15b04b20e9149e7f732c2b56c61d3c386d7972;p=strace 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. --- diff --git a/xlat/siginfo_codes.in b/xlat/siginfo_codes.in index 968c660c..b3e0888a 100644 --- a/xlat/siginfo_codes.in +++ b/xlat/siginfo_codes.in @@ -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