diff options
author | fkuharenok <fkuharenok@yandex-team.ru> | 2022-02-10 16:52:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:02 +0300 |
commit | 3c5791414a54ef78b12c0c57361aa20f58161f1d (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 1cc2e4346084f74cf6548bcb5879e9b4ad1a371f (diff) | |
download | ydb-3c5791414a54ef78b12c0c57361aa20f58161f1d.tar.gz |
Restoring authorship annotation for <fkuharenok@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | util/network/pollerimpl.h | 2 |
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 |