* cygtls.h (_cygtls::protect_linked_list): Delete unused field.
This commit is contained in:
parent
d5eb5ee3a0
commit
841ab2f971
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-02 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||||
|
|
||||||
|
* cygtls.h (_cygtls::protect_linked_list): Delete unused field.
|
||||||
|
|
||||||
2012-05-30 Corinna Vinschen <corinna@vinschen.de>
|
2012-05-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage of
|
* hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage of
|
||||||
|
|
|
@ -202,7 +202,6 @@ public:
|
||||||
unsigned initialized;
|
unsigned initialized;
|
||||||
|
|
||||||
/*gentls_offsets*/
|
/*gentls_offsets*/
|
||||||
static CRITICAL_SECTION protect_linked_list;
|
|
||||||
static void init ();
|
static void init ();
|
||||||
void init_thread (void *, DWORD (*) (void *, void *));
|
void init_thread (void *, DWORD (*) (void *, void *));
|
||||||
static void call (DWORD (*) (void *, void *), void *);
|
static void call (DWORD (*) (void *, void *), void *);
|
||||||
|
|
Loading…
Reference in New Issue