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>
Tue, 30 Oct 2012 10:43:12 +0000 (12:43 +0200)
commiteb23d21b3da0789c19a2e97306745be443567d41
tree7b18468acb25e225b65e2064853a9967ad098cd0
parentcbd6ef58bbc122e6adf2138679915bd3845d6756
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.
rpmio/rpmio.c