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 | 1cc2e4346084f74cf6548bcb5879e9b4ad1a371f (patch) | |
tree | 9e26e8edb4b0ba55451bfb73d147baaa19e450c2 /util | |
parent | cfa174d06a65d4408b22b58d3829393e97020695 (diff) | |
download | ydb-1cc2e4346084f74cf6548bcb5879e9b4ad1a371f.tar.gz |
Restoring authorship annotation for <fkuharenok@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-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 e8c7e40fba..98959771a0 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 |