Skip to content

Commit

Permalink
deps: remove pthread-fixes.c from uv.gyp
Browse files Browse the repository at this point in the history
The file was removed in the latest libuv upgrade. Remove it from the
build recipe as well.

Fixes: nodejs#49739
  • Loading branch information
bnoordhuis committed Sep 21, 2023
1 parent 480ab8c commit 56c8dfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/uv/uv.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -398,7 +397,6 @@
}],
['OS=="zos"', {
'sources': [
'src/unix/pthread-fixes.c',
'src/unix/os390.c',
'src/unix/os390-syscalls.c'
]
Expand Down

0 comments on commit 56c8dfb

Please sign in to comment.