* select.cc (select): Add workaround for, as yet undebugged, pathological case.

This commit is contained in:
Christopher Faylor
2013-12-03 20:28:55 +00:00
parent d7f07b3dde
commit 4bf6a52173
2 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2013-12-03 Christopher Faylor <me.cygwin2013@cgf.cx>
* select.cc (select): Add workaround for, as yet undebugged,
pathological case.
2013-12-01 Christopher Faylor <me.cygwin2013@cgf.cx>
* dtable.cc (dtable::find_unused_handle): Break out of the right loop.