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:
authorChristopher Faylor <me@cgf.cx>2002-12-28 20:39:51 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-28 20:39:51 +0300
commit99f1f06bca020c2523ba36d217606d4619277b3e (patch)
tree2d4cc34f9e169ed44c5b5782e794d360f069b72b
parent32104d82b4baa37714bed7fd2b2bcea4970328a5 (diff)
Eliminate device number argument from fhandler constructors throughout.unlabeled-1.100.2
-rw-r--r--winsup/cygwin/fhandler_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index 387363478..da778b080 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -842,7 +842,7 @@ fhandler_console::tcgetattr (struct termios *t)
}
fhandler_console::fhandler_console () :
- fhandler_termios (FH_CONSOLE)
+ fhandler_termios ()
{
}