Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 90bc9fb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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