summaryrefslogtreecommitdiff
path: root/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'create.c')
-rw-r--r--create.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/create.c b/create.c
index 85b5a0f..87a8017 100644
--- a/create.c
+++ b/create.c
@@ -28,6 +28,8 @@ _pthread_start_call(void * us_arg)
us = (pthread_t) us_arg;
+ (void) TlsSetValue(_pthread_threadID_TlsIndex, (LPVOID) us);
+
/* FIXME: For now, if priority setting fails then at least ensure
that our records reflect true reality. */
if (SetThreadPriority((HANDLE) us->win32handle, us->attr.priority) == FALSE)