* cygtls.h (struct _cygtls): Remove unneeded elements.

* thread.cc (pthread::exit): Avoid potential double call to _my_tls.remove.
* tlsoffsets.h: Regenerate.
This commit is contained in:
Christopher Faylor
2010-02-10 03:17:32 +00:00
parent 5880fbf783
commit 161387a725
4 changed files with 37 additions and 43 deletions

View File

@@ -207,7 +207,6 @@ struct _cygtls
class cygthread *_ctinfo;
san andreas;
waitq wq;
struct _cygtls *prev, *next;
int sig;
unsigned incyg;
unsigned spinning;