mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
ae5220aed6
This call is only necessary if ret < 0. Note that I also had to reoder the checks for EWOULDBLOCK, EMSGSIZE, EAGAIN to avoid a false positive GCC warning about a duplicate condition (EAGAIN == EWOULDBLOCK on my system).