Don't check for errno = EINTR in EOF case
commit22e88e38304c8ac8c904a188b5f57ebb8ca59c15
authorOlly Betts <olly@survex.com>
Mon, 5 Feb 2018 01:59:54 +0000 (5 14:59 +1300)
committerOlly Betts <olly@survex.com>
Mon, 5 Feb 2018 01:59:54 +0000 (5 14:59 +1300)
tree28010fa415bb1a2fd8cf0140309c73ab4bfd2813
parent602fd554d3bd947af8ee58cd7e8c01ee75dd4ec8
Don't check for errno = EINTR in EOF case

This could potentially have put us into an infinite loop if read() or
pread() is called at EOF and errno happens to be EINTR from a previous
system call.
xapian-core/common/io_utils.cc