This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "glibc maintenance".
The branch, rbraun/select_timeout_for_one_fd has been created
at fffcbbb0b5ff8864086f7b58fdbb8aa4c71943d0 (commit)
- Log -----------------------------------------------------------------
commit fffcbbb0b5ff8864086f7b58fdbb8aa4c71943d0
Author: Richard Braun <[email protected]>
Date: Mon Dec 17 09:57:41 2012 +0000
Fix _hurd_select for single fd sets
The function attempts to optimize this case by performing one IPC system
call
with the timeout included among the parameters, but in the absence of a
reply,
it will call mach_msg again with the same timeout later, effectively
doubling
the total timeout of the select/poll call.
Remove this optimization for the time being.
* hurd/hurdselect.c (_hurd_select): Always call __io_select with no timeout.
-----------------------------------------------------------------------
hooks/post-receive
--
glibc maintenance