Skip to content

Use epoll-shim to emulate epoll(7) on FreeBSD

Alexander Richardson requested to merge arichardson/wayland:epoll-shim into main

FreeBSD does not provide epoll(7) and instead requires an external library, epoll-shim, that implements epoll() using kqueue(2).

Partially addresses #72 (closed).

Co-authored-by: Jan Beich jbeich@FreeBSD.org

Merge request reports