aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygtls.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/cygtls.h')
-rw-r--r--winsup/cygwin/cygtls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h
index 7fea0a0..d8940ac 100644
--- a/winsup/cygwin/cygtls.h
+++ b/winsup/cygwin/cygtls.h
@@ -131,6 +131,9 @@ struct _local_storage
int setmode_file;
int setmode_mode;
+ /* thread.cc */
+ HANDLE cw_timer;
+
/* All functions requiring temporary path buffers. */
tls_pathbuf pathbufs;
char ttybuf[32];