Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hotmail.com>2002-06-05 16:39:55 +0400
committerRobert Collins <rbtcollins@hotmail.com>2002-06-05 16:39:55 +0400
commite9259cb240fbd18e5e47617a6e236a26107d6ded (patch)
tree15e2d957d71044ab502c9033249a9e8ada6e45ae /winsup/cygwin/thread.h
parenteceee297d5c2f508e247f803b32bf4817716bc38 (diff)
/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 ()