Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/perthread.h')
-rw-r--r--winsup/cygwin/perthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/perthread.h b/winsup/cygwin/perthread.h
index 217fc7a74..e0efffc1c 100644
--- a/winsup/cygwin/perthread.h
+++ b/winsup/cygwin/perthread.h
@@ -59,6 +59,8 @@ class vfork_save
int ctty;
pid_t sid;
pid_t pgid;
+ class fhandler_tty_slave *fhctty;
+ int open_fhs;
int is_active () { return pid < 0; }
void restore_pid (int val)
{