Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code.
Reviewed by: davidxu@ MFC after: 1 week
This commit is contained in:
parent
5c7680afa8
commit
6e047a2426
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user