summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pthread.h b/pthread.h
index 2edd58a..d1312d7 100644
--- a/pthread.h
+++ b/pthread.h
@@ -1068,6 +1068,12 @@ PTW32_DLLPORT int pthread_rwlockattr_setpshared (pthread_rwlockattr_t * attr,
#if PTW32_LEVEL >= PTW32_LEVEL_MAX - 1
/*
+ * Signal Functions. Should be defined in <signal.h> 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
*/