]> git.eshelyaron.com Git - emacs.git/commit
Don't retry reading after receiving EINVAL
authorPip Cet <pipcet@gmail.com>
Mon, 14 Sep 2020 13:18:52 +0000 (15:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Sep 2020 13:18:52 +0000 (15:18 +0200)
commit312da4871925b9a575c5e3bffd4bf4db4c1108da
tree7fea08391d2481302d29276803bdede6c9688649
parentf450e53d5c01c589986bea07671acebaaf501c5f
Don't retry reading after receiving EINVAL

* src/process.c (wait_reading_process_output): Don't retry reading
from an fd after an unknown error (bug#6074).
src/process.c