diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/pthread_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index f6a4f2c2..f2805b89 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -43,6 +43,7 @@ struct pthread { int unblock_cancel; volatile int timer_id; locale_t locale; + volatile int join_futex; volatile int killlock[1]; volatile int exitlock[1]; volatile int startlock[2]; |