On 18 January 2013 16:05, Paolo Bonzini <pbonz...@redhat.com> wrote:
> Il 18/01/2013 16:58, Andreas Färber ha scritto:
>> Avoid an undefined reference to sem_timedwait.

> This was reverted recently.  Apparently your OpenBSD is too old compared
> to what Brad wants to support...

I suggest getting rid of all the os ifdefs and writing a configure
check for sem_timedwait(). Then we use the fallback code on
exactly the systems where we need to and we don't have to
start wondering about which versions of which BSDs introduced
the feature.

-- PMM

Reply via email to