Add a trap code for DTrace induced traps.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3e3fbd3f25
commit
12f48a53f9
@ -266,6 +266,7 @@ typedef struct __siginfo {
|
||||
/* codes for SIGTRAP */
|
||||
#define TRAP_BRKPT 1 /* Process breakpoint. */
|
||||
#define TRAP_TRACE 2 /* Process trace trap. */
|
||||
#define TRAP_DTRACE 3 /* DTrace induced trap. */
|
||||
|
||||
/* codes for SIGCHLD */
|
||||
#define CLD_EXITED 1 /* Child has exited */
|
||||
|
Loading…
Reference in New Issue
Block a user