diff options
| author | George V. Neville-Neil <gnn@FreeBSD.org> | 2012-06-22 19:19:53 +0000 |
|---|---|---|
| committer | George V. Neville-Neil <gnn@FreeBSD.org> | 2012-06-22 19:19:53 +0000 |
| commit | 9e881b36a0455d13c554dd6fac0bf8fded8bfbb0 (patch) | |
| tree | 797ed089251ee178180d2bb8f7b14ad982349fd5 /lib/libthr/thread | |
| parent | 4d7d8c3c7019095ebcc25fc833720883d3701793 (diff) | |
MFC: 234424
Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code.
Reviewed by: davidxu@
Notes
svn path=/stable/8/; revision=237454
Diffstat (limited to 'lib/libthr/thread')
| -rw-r--r-- | lib/libthr/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index ee9c0bf58a31..d8979e59a4d3 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -61,7 +61,7 @@ typedef TAILQ_HEAD(atfork_head, pthread_atfork) atfork_head; TAILQ_HEAD(mutex_queue, pthread_mutex); /* Signal to do cancellation */ -#define SIGCANCEL 32 +#define SIGCANCEL SIGTHR /* * Kernel fatal error handler macro. |
