summaryrefslogtreecommitdiffstats
path: root/include/uapi/asm-generic/siginfo.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2017-06-26 16:24:37 -0500
committerEric W. Biederman <ebiederm@xmission.com>2018-01-12 14:34:43 -0600
commitdeaf19c058049a584ddb3c6f0b5751552ed1ef64 (patch)
tree4312edef710075d94168448848760ddf52445f90 /include/uapi/asm-generic/siginfo.h
parent90bc9fb15942ad08b46cd003d8d1b51f3d43e322 (diff)
downloadlinux-deaf19c058049a584ddb3c6f0b5751552ed1ef64.tar.gz
linux-deaf19c058049a584ddb3c6f0b5751552ed1ef64.tar.bz2
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/uapi/asm-generic/siginfo.h')
-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