summaryrefslogtreecommitdiffstats
path: root/sys/sys/signal.h
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-08-24 13:11:24 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-08-24 13:11:24 +0000
commita3bdb4e160567681c7a002bad59874d7ccb15ba6 (patch)
tree9bed049fafa3c099d9bea3fdf3c87af374a0d60b /sys/sys/signal.h
parentb9202ef929060f15b016e7b75e2f5ad51331856d (diff)
downloadFreeBSD-src-a3bdb4e160567681c7a002bad59874d7ccb15ba6.zip
FreeBSD-src-a3bdb4e160567681c7a002bad59874d7ccb15ba6.tar.gz
Add a trap code for DTrace induced traps.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/sys/signal.h')
-rw-r--r--sys/sys/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/signal.h b/sys/sys/signal.h
index a862057..8511643 100644
--- a/sys/sys/signal.h
+++ b/sys/sys/signal.h
@@ -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 */
OpenPOWER on IntegriCloud