aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-05-08 00:10:08 +0000
committerChristopher Faylor <me@cgf.cx>2013-05-08 00:10:08 +0000
commiteeec3bebbc4d741ed5f1af0fc3cb947aa25d43b2 (patch)
tree83b4accd347d033cf69854415e3f55096c6c6025 /winsup/cygwin/ChangeLog
parent6bd6954bdc0f3fc4c952f8066e939f16c69bf13b (diff)
downloadnewlib-eeec3bebbc4d741ed5f1af0fc3cb947aa25d43b2.zip
newlib-eeec3bebbc4d741ed5f1af0fc3cb947aa25d43b2.tar.gz
newlib-eeec3bebbc4d741ed5f1af0fc3cb947aa25d43b2.tar.bz2
* fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never wait an
INFINITE amount of time. Instead default to 1/10 second. (fhandler_pty_slave::open): Just default to INFINITE wait rather than (now) waiting longer than previously.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6a43980..f31373d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2013-05-07 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never
+ wait an INFINITE amount of time. Instead default to 1/10 second.
+ (fhandler_pty_slave::open): Just default to INFINITE wait rather than
+ (now) waiting longer than previously.
+
2013-05-03 Christopher Faylor <me.cygwin2013@cgf.cx>
* spawn.cc (ILLEGAL_SIG_FUNC_PTR): New define.