Skip to content

Commit b8a4fef

Browse files
bnoordhuisruyadorno
authored andcommitted
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: #49739 PR-URL: #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>
1 parent 05f0fcb commit b8a4fef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deps/uv/uv.gyp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
'uv_sources_android': [
137137
'src/unix/linux.c',
138138
'src/unix/procfs-exepath.c',
139-
'src/unix/pthread-fixes.c',
140139
'src/unix/random-getentropy.c',
141140
'src/unix/random-getrandom.c',
142141
'src/unix/random-sysctl-linux.c',
@@ -398,7 +397,6 @@
398397
}],
399398
['OS=="zos"', {
400399
'sources': [
401-
'src/unix/pthread-fixes.c',
402400
'src/unix/os390.c',
403401
'src/unix/os390-syscalls.c'
404402
]

0 commit comments

Comments
 (0)