Skip to content

deps: upgrade to libuv 1.34.2

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/libuv into master

Notable changes:

  • SetApplicationDaemon() is no longer called on macOS.
  • uv_interface_addresses() is implemented on IBMi.
  • The return value of uv__open_cloexec() is now handled properly.
  • A race condition in fsevents has been fixed.

Fixes: https://github.com/nodejs/node/issues/31328 Fixes: https://github.com/nodejs/help/issues/2099

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading