diff options
Diffstat (limited to 'winsup/cygwin/perthread.h')
-rw-r--r-- | winsup/cygwin/perthread.h | 2 |
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; |