aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pipe.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-07-03 03:20:50 +0000
committerChristopher Faylor <me@cgf.cx>2002-07-03 03:20:50 +0000
commit4558638014de7cf18593510922a1339a03c4cda0 (patch)
treee2ea92fbb7f85d425dea842834799286be1432ee /winsup/cygwin/pipe.cc
parent66eee32b8fec65cab4a0fb21895fdd39030b2afe (diff)
downloadnewlib-4558638014de7cf18593510922a1339a03c4cda0.zip
newlib-4558638014de7cf18593510922a1339a03c4cda0.tar.gz
newlib-4558638014de7cf18593510922a1339a03c4cda0.tar.bz2
* cygheap.cc (init_cheap): Rearrange error message.
(cygheap_fixup_in_child): Ditto. * dtable.cc: Remove if 0'ed code. * fhandler_dsp.cc (fhandler_dev_dsp::open): Force binmode. * sec_helper.cc (cygsid::get_id): Use system_printf for error message. * tty.cc (tty::common_init): Ditto.
Diffstat (limited to 'winsup/cygwin/pipe.cc')
-rw-r--r--winsup/cygwin/pipe.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc
index 9313f08..4b07ade 100644
--- a/winsup/cygwin/pipe.cc
+++ b/winsup/cygwin/pipe.cc
@@ -8,6 +8,8 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
+/* FIXME: Should this really be fhandler_pipe.cc? */
+
#include "winsup.h"
#include <unistd.h>
#include <errno.h>