summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4472297f9..a6dbe7256 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -35,7 +35,8 @@
2002-11-05 Sergey Okhapkin <sos@prospect.com.ru>
- * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for minchars.
+ * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for
+ minchars.
(fhandler_serial::ioctl): Set errno if the ClearCommError fails.
(fhandler_serial::tcsetattr): Use correct value for vmin_.
(fhandler_serial::tcgetattr): Ditto.