diff options
Diffstat (limited to 'winsup/cygwin/cygtls.h')
-rw-r--r-- | winsup/cygwin/cygtls.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h index 33ffccb2f..9bffe8f88 100644 --- a/winsup/cygwin/cygtls.h +++ b/winsup/cygwin/cygtls.h @@ -176,14 +176,15 @@ struct _cygtls siginfo_t infodata; struct pthread *tid; union - { - struct _reent local_clib; - char __dontuse[8 * ((sizeof(struct _reent) + 4) / 8)]; - }; + { + struct _reent local_clib; + char __dontuse[8 * ((sizeof(struct _reent) + 4) / 8)]; + }; struct _local_storage locals; class cygthread *_ctinfo; san andreas; waitq wq; + HANDLE thread_handle; struct _cygtls *prev, *next; __stack_t *stackptr; int sig; |