diff options
author | fkuharenok <[email protected]> | 2022-02-10 16:52:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:02 +0300 |
commit | 1cc2e4346084f74cf6548bcb5879e9b4ad1a371f (patch) | |
tree | 9e26e8edb4b0ba55451bfb73d147baaa19e450c2 | |
parent | cfa174d06a65d4408b22b58d3829393e97020695 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 e8c7e40fbaf..98959771a01 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 |