Skip to content

Commit 3e3a75c

Browse files
committedOct 6, 2023
Revert "build: sync libuv header change"
This reverts commit 7dc731d. PR-URL: #50036 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com>
1 parent d9f1381 commit 3e3a75c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎deps/uv/uv.gyp

+2
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
'include/uv/bsd.h',
162162
'include/uv/aix.h',
163163
'src/unix/async.c',
164+
'src/unix/atomic-ops.h',
164165
'src/unix/core.c',
165166
'src/unix/dl.c',
166167
'src/unix/fs.c',
@@ -174,6 +175,7 @@
174175
'src/unix/process.c',
175176
'src/unix/random-devurandom.c',
176177
'src/unix/signal.c',
178+
'src/unix/spinlock.h',
177179
'src/unix/stream.c',
178180
'src/unix/tcp.c',
179181
'src/unix/thread.c',

0 commit comments

Comments
 (0)
Please sign in to comment.