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:
parent
645b788bea
commit
914ad2f518
2
deps/uv/uv.gyp
vendored
2
deps/uv/uv.gyp
vendored
@ -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'
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user