On Fri, 28 Jul 2023 14:19:02 -0400
"Christos Zoulas" <chris...@netbsd.org> wrote:

> Log Message:
> Add epoll(2) from Theodore Preduta as part of GSoC 2023

The manual page mentions EPOLL_CLOEXEC is supported, but this
flag is not defined in any header nor used in any code.
So is it really supported?

Absence of this flag makes devel/libevent from pkgsrc fail to build --
but should it really use epoll in the first place or should
we change it to prefer kqueue when both are available?

Reply via email to