Retry a select() if it returns with EINTR. Fixes IO errors in Xephyr, which is
authorEric Anholt <anholt@FreeBSD.org>
Mon, 10 Apr 2006 02:51:10 +0000 (19:51 -0700)
committerEric Anholt <anholt@FreeBSD.org>
Mon, 10 Apr 2006 02:51:10 +0000 (19:51 -0700)
commit8275ac3a4a23220b5c3b4f191a45befe2d34d6bd
tree6f391da51d188cd521bba7ee04ca87b2c11be4dd
parent66a88ed0e556ca869ddc9df5a35e3d6446d12b02
Retry a select() if it returns with EINTR.  Fixes IO errors in Xephyr, which is
often interrupted by timers.
src/xcb_conn.c
src/xcb_in.c