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
PR-URL: https://github.com/nodejs/node/pull/49744
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
Ben Noordhuis 2023-09-23 09:56:24 +02:00 committed by GitHub
parent 645b788bea
commit 914ad2f518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
deps/uv/uv.gyp vendored
View File

@ -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'
]