diff options
author | Robert Collins <rbtcollins@hotmail.com> | 2002-06-05 12:39:55 +0000 |
---|---|---|
committer | Robert Collins <rbtcollins@hotmail.com> | 2002-06-05 12:39:55 +0000 |
commit | e9259cb240fbd18e5e47617a6e236a26107d6ded (patch) | |
tree | 15e2d957d71044ab502c9033249a9e8ada6e45ae /winsup/cygwin/thread.h | |
parent | eceee297d5c2f508e247f803b32bf4817716bc38 (diff) | |
download | cygnal-e9259cb240fbd18e5e47617a6e236a26107d6ded.tar.gz cygnal-e9259cb240fbd18e5e47617a6e236a26107d6ded.tar.bz2 cygnal-e9259cb240fbd18e5e47617a6e236a26107d6ded.zip |
/tmp/cvs610a0efc.1
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 () |