|
From: Mark W. <ma...@kl...> - 2021-02-20 20:17:49
|
Hi Paul, On Sat, 2021-02-20 at 20:47 +0100, Paul Floyd wrote: > > On 20 Feb 2021, at 20:13, Mark Wielaard <ma...@kl...> wrote: > > The buildbot found two setups where the make distcheck test failed > > with > > the last commit: > > 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. And I think swapcontext itself isn't portable either. So maybe the testcase should be GNU/Linux only? Cheers, Mark |