summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pthread.h b/pthread.h
index b678c68..ef22d80 100644
--- a/pthread.h
+++ b/pthread.h
@@ -82,6 +82,8 @@ typedef struct {
int valid;
CRITICAL_SECTION cs;
} pthread_mutex_t;
+
+
typedef DWORD pthread_key_t;