From afbfcbc9fdbdf3ae106ba1b83e56b0154829bd2d Mon Sep 17 00:00:00 2001 From: gnn Date: Wed, 18 Apr 2012 16:29:55 +0000 Subject: Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code. Reviewed by: davidxu@ MFC after: 1 week --- lib/libthr/thread/thr_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libthr/thread/thr_private.h') diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 87af318..4469f6b 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -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. -- cgit v1.1