signal: Document all of the signals that use the _sigfault union member
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 26 Jun 2017 21:24:37 +0000 (16:24 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 12 Jan 2018 20:34:43 +0000 (14:34 -0600)
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
include/uapi/asm-generic/siginfo.h

index e447283..cbe1b0c 100644 (file)
@@ -85,7 +85,7 @@ typedef struct siginfo {
                        __ARCH_SI_CLOCK_T _stime;
                } _sigchld;
 
-               /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */
+               /* SIGILL, SIGFPE, SIGSEGV, SIGBUS, SIGTRAP, SIGEMT */
                struct {
                        void __user *_addr; /* faulting insn/memory ref. */
 #ifdef __ARCH_SI_TRAPNO