Ver código fonte

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

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Eric W. Biederman 8 anos atrás
pai
commit
deaf19c058
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      include/uapi/asm-generic/siginfo.h

+ 1 - 1
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