]> git.eshelyaron.com Git - emacs.git/commit
Avoid delays waiting for input on systems without SIGIO
authorKen Brown <kbrown@cornell.edu>
Wed, 17 Nov 2021 16:55:39 +0000 (11:55 -0500)
committerKen Brown <kbrown@cornell.edu>
Wed, 17 Nov 2021 16:56:14 +0000 (11:56 -0500)
commit5896ca8925b65d86a392269c0696c96755890b1a
treee1fbe41199251ff44a729a2c853e358e198378a6
parent3b2421e6a7218b128c45ec2dd1f65a24d178093a
Avoid delays waiting for input on systems without SIGIO

* src/process.c (wait_reading_process_output) [!USABLE_SIGIO]: If
we're waiting for input, don't use a timeout of more than 25 msec
in the call to select.  (Bug#50043)
src/process.c