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>2011-08-12 20:55:35 +0400
committerChristopher Faylor <me@cgf.cx>2011-08-12 20:55:35 +0400
commite1d5167d200bbdb32277c711c62d5036c9f844cf (patch)
tree2a0d8138f84bbb48b5070fb305c33a69c97df829 /winsup/cygwin/pipe.cc
parent3de280907309e613374c04aeb436c9385dce611c (diff)
* miscfuncs.cc (create_pipe): Delete obsolete function.
* miscfuncs.h (create_pipe): Delete define. * pipe.c (fhandler_pipe::create_selectable): Delete obsolete comment.
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 1050f3242..87f79bda2 100644
--- a/winsup/cygwin/pipe.cc
+++ b/winsup/cygwin/pipe.cc
@@ -243,7 +243,6 @@ fhandler_pipe::create_selectable (LPSECURITY_ATTRIBUTES sa_ptr, HANDLE& r,
PIPE_TYPE_BYTE | PIPE_READMODE_BYTE, 1, psize,
psize, NMPWAIT_USE_DEFAULT_WAIT, sa_ptr);
- /* Win 95 seems to return NULL instead of INVALID_HANDLE_VALUE */
if (r != INVALID_HANDLE_VALUE)
{
debug_printf ("pipe read handle %p", r);