From a50745ec922a917513029f3f87bf820827b43f29 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 14 Aug 2003 08:53:17 +0000 Subject: Reuse of thread IDs, improved thread ID validation, new tests, bug fixes. --- pthread.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index 2edd58a..d1312d7 100644 --- a/pthread.h +++ b/pthread.h @@ -1067,6 +1067,12 @@ PTW32_DLLPORT int pthread_rwlockattr_setpshared (pthread_rwlockattr_t * attr, #if PTW32_LEVEL >= PTW32_LEVEL_MAX - 1 +/* + * Signal Functions. Should be defined in but MSVC and MinGW32 + * already have signal.h that don't define these. + */ +PTW32_DLLPORT int pthread_kill(pthread_t thread, int sig); + /* * Non-portable functions */ -- cgit v1.2.3