u8-istream: Retry read upon EINTR.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 14 Jul 2012 18:17:07 +0000 (11:17 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 14 Jul 2012 18:18:11 +0000 (11:18 -0700)
commit5fe214c0d45c28aaace79b917783570530a2f926
tree6f4205e8ba05653dafc18015fa93ac4ad973db89
parent00fa82224d75f1c89f568df761acb9ff096f2898
u8-istream: Retry read upon EINTR.

This seems unlikely to be a problem, since we're normally dealing
with regular files, for which reads are uninterruptible, but it
can't hurt.
src/libpspp/u8-istream.c