diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-25 18:27:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-25 18:33:39 +0300 |
commit | 78a898a7a4b71080bc098dbff5d86f960d0a3185 (patch) | |
tree | 328416cb921c68ab19b3577bea3fcfb8f893bede /yt | |
parent | 124653236e7bda842bcd2a7485cb72478a2ee86c (diff) | |
download | ydb-78a898a7a4b71080bc098dbff5d86f960d0a3185.tar.gz |
Intermediate changes
Diffstat (limited to 'yt')
-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 49836d3d1e..fbdf324433 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 _unix_ +#ifdef _linux_ auto finally = Finally([&] { StdPipes_[STDIN_FILENO].CloseReadFD(); StdPipes_[STDOUT_FILENO].CloseWriteFD(); |