Do not handle EINTR in yaz_poll.
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 10 Nov 2007 08:59:31 +0000 (08:59 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 10 Nov 2007 08:59:31 +0000 (08:59 +0000)
commit91c35d653aea231aff9efc3eef6a6ab6662dd129
treec11a757a132c75750ee026f865ad63419b41436d
parent3b792849c676d96918850e2f1e0af87a75278501
Do not handle EINTR in yaz_poll.

Change yaz_poll so that it does not loop around select/poll if
errno=EINTR is set. This sitution is handled in caller, such
as event_loop used by GFS which must take further action if EINTR
is set. If EINTR is handled by yaz_poll it does not get caught.
src/poll.c
src/zoom-socket.c