summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-01-22 06:45:08 +0000
committerChristopher Faylor <me@cgf.cx>2012-01-22 06:45:08 +0000
commitad87edbe61a324a67be86eb0d2efafa4d52b4a6f (patch)
tree45e0686a448bf1c0cd937290ba8ab769f213a619 /winsup/cygwin/fhandler.cc
parent5259273091c45c6338e3452f8571f32884f385e4 (diff)
downloadcygnal-ad87edbe61a324a67be86eb0d2efafa4d52b4a6f.tar.gz
cygnal-ad87edbe61a324a67be86eb0d2efafa4d52b4a6f.tar.bz2
cygnal-ad87edbe61a324a67be86eb0d2efafa4d52b4a6f.zip
* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reports
reference count changes itself. * fhandler.cc (fhandler_base::reset): Set _refcnt to 0. * fhandler.h (fhandler_base::refcnt): Report refcnt when debugging. * select.cc (cygwin_select): Set return_on_signal to indicate when select should be interrupted. (select_stuff::wait): Keep looping unless return_on_signal is set. * select.h (select_stuff::return_on_signal): New variable. (select_stuff::select_stuff): Zero return_on_signal.
Diffstat (limited to 'winsup/cygwin/fhandler.cc')
-rw-r--r--winsup/cygwin/fhandler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc
index 5fade14e5..9c229933e 100644
--- a/winsup/cygwin/fhandler.cc
+++ b/winsup/cygwin/fhandler.cc
@@ -1,7 +1,7 @@
/* fhandler.cc. See console.cc for fhandler_console functions.
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
+ 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
This file is part of Cygwin.
@@ -50,6 +50,7 @@ fhandler_base::reset (const fhandler_base *from)
raixget = 0;
raixput = 0;
rabuflen = 0;
+ _refcnt = 0;
}
int