summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 34da53a87..8268a9ae7 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -1140,7 +1140,7 @@ class fhandler_pty_common: public fhandler_termios
output_mutex (NULL),
input_mutex (NULL), input_available_event (NULL)
{
- // nothing to do
+ pc.file_attributes (FILE_ATTRIBUTE_NORMAL);
}
HANDLE output_mutex, input_mutex;
HANDLE input_available_event;