aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-04-26 16:06:12 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-04-26 16:15:10 +0300
commitc0981f94513878edb19eaed0778a20007a50606a (patch)
treeffd22d6f717ca56537ad4ad5a401966a47742d36
parent6cacf31358813f5c0b3e5149e6cfd3c9d8770435 (diff)
downloadydb-c0981f94513878edb19eaed0778a20007a50606a.tar.gz
Intermediate changes
-rw-r--r--yt/yt/library/process/process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/library/process/process.cpp b/yt/yt/library/process/process.cpp
index fbdf324433..49836d3d1e 100644
--- a/yt/yt/library/process/process.cpp
+++ b/yt/yt/library/process/process.cpp
@@ -376,7 +376,7 @@ TFuture<void> TProcessBase::Spawn()
void TSimpleProcess::DoSpawn()
{
-#ifdef _linux_
+#ifdef _unix_
auto finally = Finally([&] {
StdPipes_[STDIN_FILENO].CloseReadFD();
StdPipes_[STDOUT_FILENO].CloseWriteFD();