summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2017-06-26 23:24:37 +0200
committerEric W. Biederman <ebiederm@xmission.com>2018-01-12 21:34:43 +0100
commitdeaf19c058049a584ddb3c6f0b5751552ed1ef64 (patch)
tree4312edef710075d94168448848760ddf52445f90 /include
parentx86/mm/pkeys: Fix fill_sig_info_pkey (diff)
downloadlinux-deaf19c058049a584ddb3c6f0b5751552ed1ef64.tar.xz
linux-deaf19c058049a584ddb3c6f0b5751552ed1ef64.zip
signal: Document all of the signals that use the _sigfault union member
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/asm-generic/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/asm-generic/siginfo.h b/include/uapi/asm-generic/siginfo.h
index e447283b8f52..cbe1b0cc7a6a 100644
--- a/include/uapi/asm-generic/siginfo.h
+++ b/include/uapi/asm-generic/siginfo.h
@@ -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