Handle EINTR in Fread() and Fwrite()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 30 Oct 2012 10:38:20 +0000 (12:38 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 7 Dec 2012 12:23:04 +0000 (14:23 +0200)
commit08d05e9757e6ce71bbd9895fc2b813b1f9c428f8
treeecc60c0c74a0eabe32336ec90da0701b689362bb
parentd6ea9a50d76be3878b4bb7ccf6696549b9988fa0
Handle EINTR in Fread() and Fwrite()

- Not all systems automatically restart signal-interrupted operations,
  handle this centrally since its so easy to do. Also related to
  RhBug:580974.
(cherry picked from commit eb23d21b3da0789c19a2e97306745be443567d41)
rpmio/rpmio.c