[libvirt] [PATCH 5/5] build: remove the sched gnulib module

Daniel P. Berrangé berrange at redhat.com
Mon Oct 7 11:44:28 UTC 2019


The 'sched' module provides a sched.h header file for platforms which
lack it. We already check for the functions we need in configure, and
protect the use of sched.h where relevant, so don't need the compat
header in libvirt.

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 f501ef6c25..e40170a77b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -74,7 +74,6 @@ posix-shell
 pthread_sigmask
 recv
 regex
-sched
 send
 setenv
 setsockopt
-- 
2.21.0




More information about the libvir-list mailing list