uv__close() does not set errno, it returns the error. It also never returns EINTR, it always maps it to EINPROGRESS. PR-URL: https://github.com/libuv/libuv/pull/512 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
heap_remove()