Use epoll-shim to emulate epoll(7) on FreeBSD
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Mon, 15 Mar 2021 22:18:14 +0000 (22:18 +0000)
committerAlexander Richardson <alexander.richardson@cl.cam.ac.uk>
Fri, 10 Sep 2021 11:35:54 +0000 (11:35 +0000)
commitc65f852fc8b2742e4944f58f9bd0f1e0b44b983a
tree88ff4448fda881ba29f915cc89fa8921823254eb
parent8ec25be6dbd1d5ca4e4b55ce573424a33c79f361
Use epoll-shim to emulate epoll(7) on FreeBSD

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

Co-authored-by: Jan Beich <jbeich@FreeBSD.org>
Signed-off-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
meson.build
src/meson.build
tests/meson.build