On Fri, Dec 28, 2012 at 11:36 PM, Peter Maydell
wrote:
> On 28 December 2012 06:38, Brad Smith wrote:
>> Disable the semaphores fallback code for OpenBSD as modern OpenBSD
>> releases now have sem_timedwait().
>
> Maybe we should have a configure test for existence of sem_timedwait()
> rather tha
On 28 December 2012 06:38, Brad Smith wrote:
> Disable the semaphores fallback code for OpenBSD as modern OpenBSD
> releases now have sem_timedwait().
Maybe we should have a configure test for existence of sem_timedwait()
rather than os-guessing ifdeffery...
-- PMM
Thanks, applied.
On Fri, Dec 28, 2012 at 6:38 AM, Brad Smith wrote:
> Disable the semaphores fallback code for OpenBSD as modern OpenBSD
> releases now have sem_timedwait().
>
> Signed-off-by: Brad Smith
>
> diff --git a/include/qemu/thread-posix.h b/include/qemu/thread-posix.h
> index 380bae2..
Disable the semaphores fallback code for OpenBSD as modern OpenBSD
releases now have sem_timedwait().
Signed-off-by: Brad Smith
diff --git a/include/qemu/thread-posix.h b/include/qemu/thread-posix.h
index 380bae2..0f30dcc 100644
--- a/include/qemu/thread-posix.h
+++ b/include/qemu/thread-posix.h