From 3e3a75cc46581dcdca3ca9b844eb514687e75f41 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 3 Oct 2023 15:45:06 -0400 Subject: [PATCH] Revert "build: sync libuv header change" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7dc731d4bfeb33c9c37c61c8bd0e54dc1840687a. PR-URL: https://github.com/nodejs/node/pull/50036 Reviewed-By: Michael Dawson Reviewed-By: Santiago Gimeno Reviewed-By: Michaƫl Zasso Reviewed-By: Ruy Adorno --- deps/uv/uv.gyp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index 5297d4fff81f56..9e2b9f8d042a40 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -161,6 +161,7 @@ 'include/uv/bsd.h', 'include/uv/aix.h', 'src/unix/async.c', + 'src/unix/atomic-ops.h', 'src/unix/core.c', 'src/unix/dl.c', 'src/unix/fs.c', @@ -174,6 +175,7 @@ 'src/unix/process.c', 'src/unix/random-devurandom.c', 'src/unix/signal.c', + 'src/unix/spinlock.h', 'src/unix/stream.c', 'src/unix/tcp.c', 'src/unix/thread.c',