diff options
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index 5004c950e..b71c3a31b 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -239,6 +239,7 @@ public: void *return_ptr; bool suspended; int cancelstate, canceltype; + pthread_t joiner; // int joinable; DWORD GetThreadId () |