Commit 1c406a22 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Disable the epoll waiter temporarily to see if things work at least

a little bit on Linux.
parent 0828ff5e
......@@ -43,7 +43,7 @@ static const struct waiter_impl *const waiter_impls[] = {
&waiter_kqueue,
#endif
#if defined(HAVE_EPOLL_CTL)
&waiter_epoll,
// &waiter_epoll,
#endif
#if defined(HAVE_PORT_CREATE)
&waiter_ports,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment