|
From: Paul F. <pj...@wa...> - 2021-02-20 19:47:59
|
> On 20 Feb 2021, at 20:13, Mark Wielaard <ma...@kl...> wrote: > > Hi, > > The buildbot found two setups where the make distcheck test failed with > the last commit: > > Hi This fails to compile on Solaris and FreeBSD and will almost certainly not compile on macOS. This is because +#include <sys/timerfd.h> does not exist on these platforms. This either needs a configure check or a more portable timer API. A+ Paul |