aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfkuharenok <fkuharenok@yandex-team.ru>2022-02-10 16:52:02 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:02 +0300
commit3c5791414a54ef78b12c0c57361aa20f58161f1d (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parent1cc2e4346084f74cf6548bcb5879e9b4ad1a371f (diff)
downloadydb-3c5791414a54ef78b12c0c57361aa20f58161f1d.tar.gz
Restoring authorship annotation for <fkuharenok@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--util/network/pollerimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/pollerimpl.h b/util/network/pollerimpl.h
index 98959771a0..e8c7e40fba 100644
--- a/util/network/pollerimpl.h
+++ b/util/network/pollerimpl.h
@@ -15,7 +15,7 @@
#define HAVE_KQUEUE_POLLER
#endif
-#if (defined(_linux_) && !defined(_bionic_)) || (__ANDROID_API__ >= 21)
+#if (defined(_linux_) && !defined(_bionic_)) || (__ANDROID_API__ >= 21)
#define HAVE_EPOLL_POLLER
#endif