Avoid returning early reading process output due to SIGIO
commitf469c17b9c869b400b3515535b2f1fd9dd00f9a0
authorIan Kelling <ian@iankelling.org>
Mon, 6 Jul 2015 01:14:25 +0000 (5 18:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jul 2015 02:21:49 +0000 (5 19:21 -0700)
tree4e42758984133d29002086eda62800668b746c42
parent12a2691fb254db20607b2067a12b795a6d7c6649
Avoid returning early reading process output due to SIGIO

* src/process.c (wait_reading_process_output): Extend the behavior of
not breaking due to not finding output when a timer has lowered the
timeout to include when SIGIO lowers the timeout.
src/process.c