summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pipe.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-12-09 16:52:43 +0000
committerChristopher Faylor <me@cgf.cx>2009-12-09 16:52:43 +0000
commitd0f9de23a19f0cf588a848a2d7fa9c4c73f4c8eb (patch)
tree215c8f3b220c998c0286edbbfe538b2bc7b609ce /winsup/cygwin/pipe.cc
parentad0ae5d83af50e747e727b361e6d97ecb0022e51 (diff)
downloadcygnal-d0f9de23a19f0cf588a848a2d7fa9c4c73f4c8eb.tar.gz
cygnal-d0f9de23a19f0cf588a848a2d7fa9c4c73f4c8eb.tar.bz2
cygnal-d0f9de23a19f0cf588a848a2d7fa9c4c73f4c8eb.zip
* fhandler_fifo.cc (fhandler_fifo::open): Avoid resetting errno after it has
been explicitly set. * include/cygwin/version.h: Bump DLL minor version number to 2.
Diffstat (limited to 'winsup/cygwin/pipe.cc')
-rw-r--r--winsup/cygwin/pipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc
index aad1531d1..25fbd4c56 100644
--- a/winsup/cygwin/pipe.cc
+++ b/winsup/cygwin/pipe.cc
@@ -1,7 +1,7 @@
/* pipe.cc: pipe for Cygwin.
Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
- 2008 Hat, Inc.
+ 2008, 2009 Hat, Inc.
This file is part of Cygwin.