From 9e881b36a0455d13c554dd6fac0bf8fded8bfbb0 Mon Sep 17 00:00:00 2001 From: "George V. Neville-Neil" Date: Fri, 22 Jun 2012 19:19:53 +0000 Subject: MFC: 234424 Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code. Reviewed by: davidxu@ --- lib/libthr/thread/thr_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libthr/thread') 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. -- cgit v1.3