diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2017-06-26 16:24:37 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2018-01-12 14:34:43 -0600 |
commit | deaf19c058049a584ddb3c6f0b5751552ed1ef64 (patch) | |
tree | 4312edef710075d94168448848760ddf52445f90 /include/uapi/asm-generic | |
parent | 90bc9fb15942ad08b46cd003d8d1b51f3d43e322 (diff) | |
download | talos-obmc-linux-deaf19c058049a584ddb3c6f0b5751552ed1ef64.tar.gz talos-obmc-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')
-rw-r--r-- | include/uapi/asm-generic/siginfo.h | 2 |
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 |