* signal.c (siginfo_codes): Add SI_DETHREAD.
#define SI_ASYNCIO -4 /* sent by AIO completion */
#define SI_SIGIO -5 /* sent by SIGIO */
#define SI_TKILL -6 /* sent by tkill */
+#define SI_DETHREAD -7 /* sent by execve killing subsidiary threads */
#define SI_ASYNCNL -60 /* sent by asynch name lookup completion */
#endif
#ifdef SI_TKILL
XLAT(SI_TKILL),
#endif
+#ifdef SI_DETHREAD
+ XLAT(SI_DETHREAD),
+#endif
#ifdef SI_ASYNCNL
XLAT(SI_ASYNCNL),
#endif