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-07-30 05:31:51 +0400
committerChristopher Faylor <me@cgf.cx>2002-07-30 05:31:51 +0400
commitc6ed5790b47d1252f5729fe15323efcbb34516f8 (patch)
tree72de681a899565469ccd36404cd738bbe7b0a7ef /winsup/cygwin/pipe.cc
parent60d99bce80566bc3458eb4e00e46d87569c17cba (diff)
* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.
* cygheap.cc (cygheap_fixup_in_child): Call debug_fixup_after_fork_exec immediately after cygheap has ben set up.
Diffstat (limited to 'winsup/cygwin/pipe.cc')
-rw-r--r--winsup/cygwin/pipe.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc
index 4b07aded5..b37a7751e 100644
--- a/winsup/cygwin/pipe.cc
+++ b/winsup/cygwin/pipe.cc
@@ -128,7 +128,6 @@ fhandler_pipe::dup (fhandler_base *child)
return 0;
}
-
int
make_pipe (int fildes[2], unsigned int psize, int mode)
{