Add a trap code for DTrace induced traps.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-08-24 13:11:24 +00:00
parent 3e3fbd3f25
commit 12f48a53f9

View File

@ -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 */