On Sat, Mar 31, 2012 at 05:34:41PM +0200, Stefan Weil wrote:
> The function usleep is not available for all supported platforms:
> at least some versions of MinGW don't support it.
> 
> usleep was also declared obsolete by POSIX.1-2001.
> 
> The function g_usleep is part of glib2.0, so it is available for
> all supported platforms.
> 
> Using nanosleep would also be possible but needs more code.
> 
> Signed-off-by: Stefan Weil <s...@weilnetz.de>
> ---
>  block/curl.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan

Reply via email to