aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/siginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/siginfo.h')
-rw-r--r--include/asm-s390/siginfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-s390/siginfo.h b/include/asm-s390/siginfo.h
index 876e8baae..1a6401075 100644
--- a/include/asm-s390/siginfo.h
+++ b/include/asm-s390/siginfo.h
@@ -115,6 +115,7 @@ typedef struct siginfo {
#define SI_MESGQ -3 /* sent by real time mesq state change */
#define SI_ASYNCIO -4 /* sent by AIO completion */
#define SI_SIGIO -5 /* sent by queued SIGIO */
+#define SI_TKILL -6 /* sent by tkill system call */
#define SI_FROMUSER(siptr) ((siptr)->si_code <= 0)
#define SI_FROMKERNEL(siptr) ((siptr)->si_code > 0)