Commit 9207a00f authored by Rod Vagg's avatar Rod Vagg
Browse files

deps: backport 85adf43e from libuv upstream

Original commit message:

    unix: consolidate rwlock tryrdlock trywrlock errors

    Fold EAGAIN and EBUSY into EBUSY. This makes it consistent across all
    Unix platforms and Windows.

    Refs: https://github.com/libuv/libuv/pull/525
    PR-URL: https://github.com/libuv/libuv/pull/535


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>

PR-URL: https://github.com/nodejs/node-private/pull/54


Reviewed-By: default avatarSaúl Ibarra Corretgé <saghul@gmail.com>
parent 9627f342
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment