From 56c8dfba1676a118096395633600e0e975b5276e Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 21 Sep 2023 09:46:23 +0200 Subject: [PATCH] deps: remove pthread-fixes.c from uv.gyp The file was removed in the latest libuv upgrade. Remove it from the build recipe as well. Fixes: https://github.com/nodejs/node/issues/49739 --- deps/uv/uv.gyp | 2 -- 1 file changed, 2 deletions(-) diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index 410323d7c69276..6c86c3fa50496d 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -136,7 +136,6 @@ 'uv_sources_android': [ 'src/unix/linux.c', 'src/unix/procfs-exepath.c', - 'src/unix/pthread-fixes.c', 'src/unix/random-getentropy.c', 'src/unix/random-getrandom.c', 'src/unix/random-sysctl-linux.c', @@ -398,7 +397,6 @@ }], ['OS=="zos"', { 'sources': [ - 'src/unix/pthread-fixes.c', 'src/unix/os390.c', 'src/unix/os390-syscalls.c' ]