summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pthread.h b/pthread.h
index 82b1a93..a3bd854 100644
--- a/pthread.h
+++ b/pthread.h
@@ -27,6 +27,10 @@ typedef CRITICAL_SECTION pthread_mutex_t;
typedef DWORD pthread_key_t;
typedef struct {
+ size_t stacksize;
+} pthread_attr_t;
+
+typedef struct {
enum { SIGNAL, BROADCAST, NUM_EVENTS };
/* Signal and broadcast event HANDLEs. */