diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-26 16:06:12 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-26 16:15:10 +0300 |
commit | c0981f94513878edb19eaed0778a20007a50606a (patch) | |
tree | ffd22d6f717ca56537ad4ad5a401966a47742d36 | |
parent | 6cacf31358813f5c0b3e5149e6cfd3c9d8770435 (diff) | |
download | ydb-c0981f94513878edb19eaed0778a20007a50606a.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/library/process/process.cpp | 2 |
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(); |