summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/thread.h
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hotmail.com>2002-06-05 12:39:55 +0000
committerRobert Collins <rbtcollins@hotmail.com>2002-06-05 12:39:55 +0000
commite9259cb240fbd18e5e47617a6e236a26107d6ded (patch)
tree15e2d957d71044ab502c9033249a9e8ada6e45ae /winsup/cygwin/thread.h
parenteceee297d5c2f508e247f803b32bf4817716bc38 (diff)
downloadcygnal-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.h1
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 ()