Bug #4555 ยป 0001-ext-socket-init.c-rsock_connect-retries-on-interrupt.patch
| ext/socket/init.c | ||
|---|---|---|
|
#ifdef EALREADY
|
||
|
case EALREADY:
|
||
|
#endif
|
||
|
case EINTR:
|
||
|
#if defined(ERESTART)
|
||
|
case ERESTART:
|
||
|
#endif
|
||
|
#if WAIT_IN_PROGRESS > 0
|
||
|
wait_in_progress = WAIT_IN_PROGRESS;
|
||
|
#endif
|
||