From: Eric W. Biederman Date: Mon, 26 Jun 2017 21:24:37 +0000 (-0500) Subject: signal: Document all of the signals that use the _sigfault union member X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=deaf19c058049a584ddb3c6f0b5751552ed1ef64;p=linux.git signal: Document all of the signals that use the _sigfault union member Signed-off-by: "Eric W. Biederman" --- diff --git a/include/uapi/asm-generic/siginfo.h b/include/uapi/asm-generic/siginfo.h index e447283b8f522..cbe1b0cc7a6a5 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