summaryrefslogtreecommitdiff
path: root/cancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'cancel.c')
-rw-r--r--cancel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cancel.c b/cancel.c
index e4e8a27..3aacc3c 100644
--- a/cancel.c
+++ b/cancel.c
@@ -60,7 +60,7 @@ ptw32_cancel_self(void)
/*
* ptw32_cancel_thread implements asynchronous cancellation.
*/
-static void
+static INLINE void
ptw32_cancel_thread(pthread_t thread)
{
HANDLE threadH = thread->threadH;