diff options
Diffstat (limited to 'cancel.c')
-rw-r--r-- | cancel.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |