summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
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.