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:40:05 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-28 20:40:05 +0300
commitcdd77bce6cb1b55d9a1506858ef43b4d3a315570 (patch)
tree9a740b0a40e46afe07a92922bdface4025da329f
parent4f044511ab7b641c4868d06374fe104ceea5c9b2 (diff)
Eliminate device number argument from fhandler constructors throughout.unlabeled-1.20.4
-rw-r--r--winsup/cygwin/fhandler_zero.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_zero.cc b/winsup/cygwin/fhandler_zero.cc
index 997abf764..64ad21fdc 100644
--- a/winsup/cygwin/fhandler_zero.cc
+++ b/winsup/cygwin/fhandler_zero.cc
@@ -16,7 +16,7 @@ details. */
#include "fhandler.h"
fhandler_dev_zero::fhandler_dev_zero ()
- : fhandler_base (FH_ZERO)
+ : fhandler_base ()
{
}