[libvirt] [PATCH] build: include usleep gnulib module

Without this module, attempts to sleep for 1 or more seconds on mingw instead become a no-delay no-op. * bootstrap.conf (gnulib_modules): Add usleep. --- bootstrap.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index ac2f8e6..d55dc71 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -56,6 +56,7 @@ strsep sys_stat time_r useless-if-before-free +usleep vasprintf verify vc-list-files -- 1.6.6.1

On Mon, Apr 12, 2010 at 03:58:58PM -0600, Eric Blake wrote:
Without this module, attempts to sleep for 1 or more seconds on mingw instead become a no-delay no-op.
* bootstrap.conf (gnulib_modules): Add usleep. --- bootstrap.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf index ac2f8e6..d55dc71 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -56,6 +56,7 @@ strsep sys_stat time_r useless-if-before-free +usleep vasprintf verify vc-list-files
ACK, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On 04/13/2010 02:43 AM, Daniel Veillard wrote:
On Mon, Apr 12, 2010 at 03:58:58PM -0600, Eric Blake wrote:
Without this module, attempts to sleep for 1 or more seconds on mingw instead become a no-delay no-op. ACK,
Thanks; applied. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
participants (2)
-
Daniel Veillard
-
Eric Blake