Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code.

Reviewed by:	davidxu@
MFC after:	1 week
This commit is contained in:
George V. Neville-Neil 2012-04-18 16:29:55 +00:00
parent 5c7680afa8
commit 6e047a2426
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234424

View File

@ -80,7 +80,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.