*** io.c Mon Mar 13 12:01:31 2006 --- io.c.parisc Wed Dec 27 00:25:55 2006 *************** *** 361,366 **** --- 361,367 ---- case EINTR: continue; /* FIXME: Is it really worth looping here, * instead of in the select loop? */ + case EAGAIN: case EWOULDBLOCK: /* aka EAGAIN */ return 0; case EPIPE: *************** *** 414,419 **** --- 415,421 ---- case EINTR: continue; /* FIXME: Is it really worth looping here, * instead of in the select loop? */ + case EAGAIN: case EWOULDBLOCK: /* aka EAGAIN */ return 0; case EPIPE: