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

View File

@ -80,7 +80,7 @@ typedef TAILQ_HEAD(atfork_head, pthread_atfork) atfork_head;
TAILQ_HEAD(mutex_queue, pthread_mutex); TAILQ_HEAD(mutex_queue, pthread_mutex);
/* Signal to do cancellation */ /* Signal to do cancellation */
#define SIGCANCEL 32 #define SIGCANCEL SIGTHR
/* /*
* Kernel fatal error handler macro. * Kernel fatal error handler macro.