diff options
Diffstat (limited to 'sync.c')
-rw-r--r-- | sync.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ pthread_join(pthread_t thread, void ** valueptr) return EINVAL; } + this->joinvalueptr = valueptr; + /* Wait on the kernel thread object. */ switch (WaitForSingleObject(thread, INFINITE)) { |