aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/netliba/v6/ib_low.cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-10-10 20:29:00 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-10-10 20:39:48 +0300
commit6828a4d1ef57ec587d0a001586e4d1d9eb0cf2d5 (patch)
treee75ebb6c3edb6f918300ce2dda7f03178548d178 /library/cpp/netliba/v6/ib_low.cpp
parent4a5555fe56f16366d84fd424436785f8c38c3128 (diff)
downloadydb-6828a4d1ef57ec587d0a001586e4d1d9eb0cf2d5.tar.gz
Intermediate changes
commit_hash:93cf56fbe7125e68c2d1b9d57ae3ed8db0052605
Diffstat (limited to 'library/cpp/netliba/v6/ib_low.cpp')
-rw-r--r--library/cpp/netliba/v6/ib_low.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/netliba/v6/ib_low.cpp b/library/cpp/netliba/v6/ib_low.cpp
index 4dff3ac5cd..99d77d593f 100644
--- a/library/cpp/netliba/v6/ib_low.cpp
+++ b/library/cpp/netliba/v6/ib_low.cpp
@@ -8,7 +8,7 @@ namespace NNetliba {
EnableROCEFlag = f;
}
-#if defined(_linux_)
+#if defined(_linux_) && !defined(__ANDROID__)
static TMutex IBPortMutex;
static TIntrusivePtr<TIBPort> IBPort;
static bool IBWasInitialized;