aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ffa1960..0cfe393 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -7,7 +7,7 @@
2013-06-08 Christopher Faylor <me.cygwin2013@cgf.cx>
- * miscfuncs.cc (yield): Revert (after researching) to calling SleepEx
+ * miscfuncs.cc (yield): Revert (after researching) to calling Sleep
with 0. We don't want to actually sleep when calling this function.
2013-06-08 Christopher Faylor <me.cygwin2013@cgf.cx>