Commit deaf19c0 authored by Eric W. Biederman's avatar Eric W. Biederman

signal: Document all of the signals that use the _sigfault union member

Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 90bc9fb1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment