[libvirt] [PATCH 07/11] build: drop the usleep gnulib module

Daniel P. Berrangé berrange at redhat.com
Thu Oct 3 13:53:14 UTC 2019


The usleep function was missing on older mingw versions, but we can rely
on it existing everywhere these days.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 bootstrap.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 09dcf78007..022f564134 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -112,7 +112,6 @@ ttyname_r
 uname
 unsetenv
 useless-if-before-free
-usleep
 vasprintf
 verify
 vc-list-files
-- 
2.21.0




More information about the libvir-list mailing list