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:
authorChristopher Faylor <me@cgf.cx>2010-02-10 06:17:32 +0300
committerChristopher Faylor <me@cgf.cx>2010-02-10 06:17:32 +0300
commit161387a725ca8b931c1f68dd373f44e0bd0e7922 (patch)
treeab35aad32ca57b18789a08726f9342916e2a5d1e /winsup/cygwin/cygtls.h
parent5880fbf78343d90c3f8f3ae9dc9e1b3481e1b19b (diff)
* cygtls.h (struct _cygtls): Remove unneeded elements.
* thread.cc (pthread::exit): Avoid potential double call to _my_tls.remove. * tlsoffsets.h: Regenerate.
Diffstat (limited to 'winsup/cygwin/cygtls.h')
-rw-r--r--winsup/cygwin/cygtls.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h
index 138d8f2bb..f05379f48 100644
--- a/winsup/cygwin/cygtls.h
+++ b/winsup/cygwin/cygtls.h
@@ -207,7 +207,6 @@ struct _cygtls
class cygthread *_ctinfo;
san andreas;
waitq wq;
- struct _cygtls *prev, *next;
int sig;
unsigned incyg;
unsigned spinning;