clarify entry

This commit is contained in:
Christopher Faylor 2013-06-08 16:55:29 +00:00
parent 62003f180a
commit d7e4267f45
1 changed files with 1 additions and 1 deletions
winsup/cygwin

View File

@ -7,7 +7,7 @@
2013-06-08 Christopher Faylor <me.cygwin2013@cgf.cx> 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. with 0. We don't want to actually sleep when calling this function.
2013-06-08 Christopher Faylor <me.cygwin2013@cgf.cx> 2013-06-08 Christopher Faylor <me.cygwin2013@cgf.cx>