summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-14 02:15:23 +0000
committerChristopher Faylor <me@cgf.cx>2002-11-14 02:15:23 +0000
commita2dea5c33349d4c5b2c0dfc410ae7536e36c0fac (patch)
treeaf13ef17d94217da90cf80c30d6b7d35e90b9c7e /winsup/cygwin/ChangeLog
parent40e4147f4e6523b9acbfc8e2594cd3fa7fada2a4 (diff)
downloadcygnal-a2dea5c33349d4c5b2c0dfc410ae7536e36c0fac.tar.gz
cygnal-a2dea5c33349d4c5b2c0dfc410ae7536e36c0fac.tar.bz2
cygnal-a2dea5c33349d4c5b2c0dfc410ae7536e36c0fac.zip
* ioctl.cc (ioctl): Always print ioctl results, even when it's a tty.
* winsup.h (low_priority_sleep): Declare.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b36bd8073..5b631592b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2002-11-13 Christopher Faylor <cgf@redhat.com>
+ * ioctl.cc (ioctl): Always print ioctl results, even when it's a tty.
+
+2002-11-13 Christopher Faylor <cgf@redhat.com>
+
+ * winsup.h (low_priority_sleep): Declare.
+
+2002-11-13 Christopher Faylor <cgf@redhat.com>
+
* miscfuncs.cc (low_priority_sleep): New function. Use throughout
where code is supposed to be giving up time slice.