File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 850850# endif // !defined(ASIO_DISABLE_EVENTFD)
851851# endif // !defined(ASIO_HAS_EVENTFD)
852852# if !defined(ASIO_HAS_TIMERFD)
853- # if defined(ASIO_HAS_EPOLL)
854- # if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
855- # define ASIO_HAS_TIMERFD 1
856- # endif // (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
857- # endif // defined(ASIO_HAS_EPOLL)
853+ # if !defined(ASIO_DISABLE_TIMERFD)
854+ # if defined(ASIO_HAS_EPOLL)
855+ # if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
856+ # define ASIO_HAS_TIMERFD 1
857+ # endif // (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8)
858+ # endif // defined(ASIO_HAS_EPOLL)
859+ # endif // !defined(ASIO_DISABLE_TIMERFD)
858860# endif // !defined(ASIO_HAS_TIMERFD)
859861# if defined(ASIO_HAS_IO_URING)
860862# if LINUX_VERSION_CODE < KERNEL_VERSION(5,10,0)
You can’t perform that action at this time.
0 commit comments