From 6983433f8e097449a7182def4c4393306e9a9a46 Mon Sep 17 00:00:00 2001 From: Takashi Yano Date: Sun, 15 Sep 2019 13:05:51 +0900 Subject: Cygwin: pty: Fix bad file descriptor error in some environment. - The bad file descriptor problem reported in: https://cygwin.com/ml/cygwin-patches/2019-q3/msg00104.html was recurring. Fixed again. --- winsup/cygwin/fhandler_tty.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index 9aa832641..1b1d54447 100644 --- a/winsup/cygwin/fhandler_tty.cc +++ b/winsup/cygwin/fhandler_tty.cc @@ -857,8 +857,6 @@ fhandler_pty_slave::open (int flags, mode_t) pcon_attached_to = get_minor (); init_console_handler (true); } - else if (pcon_attached_to < 0) - fhandler_console::need_invisible (); set_open_status (); return 1; -- cgit v1.2.3