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>2000-03-07 08:33:09 +0300
committerChristopher Faylor <me@cgf.cx>2000-03-07 08:33:09 +0300
commit5abc9b830b4a18d23782f8267abad8ee6eda6d7b (patch)
tree726423551dc0d900b8d4d80623d773f5abf178a7 /winsup/cygwin/dtable.cc
parentb5314dabec4edd798f5ba53a5561e85c15b35355 (diff)
Throughout use strace class in place of individual functions and variables.
* cygwin.din: Eliminate _strace_wm. * sigproc.cc (wait_sig): Temporarily add more debugging output. * include/cygwin/version.h: Bump minor api to reflect export change.
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index d7a9ffe0f..385553a65 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -142,9 +142,7 @@ hinfo::release (int fd)
{
if (!not_open (fd))
{
-MALLOC_CHECK;
delete (fds[fd]);
-MALLOC_CHECK;
fds[fd] = NULL;
}
}