summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/perthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/perthread.h')
-rw-r--r--winsup/cygwin/perthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/perthread.h b/winsup/cygwin/perthread.h
index c721cefea..429b7cac9 100644
--- a/winsup/cygwin/perthread.h
+++ b/winsup/cygwin/perthread.h
@@ -58,7 +58,7 @@ class vfork_save
public:
int pid;
DWORD frame[100];
- _threadinfo tls;
+ _cygtls tls;
char **vfork_ebp;
char **vfork_esp;
int ctty;