[libvirt] [PATCHv2 02/10] build: use gnulib func module

Eric Blake eblake at redhat.com
Thu May 13 01:08:46 UTC 2010


Guarantee linkage even for non-gcc that lack __func__.

Meanwhile, our use of gcc's __FUNCTION__ instead of C99 __func__ may
be worth a global search-and-replace.

* bootstrap.conf (gnulib_modules): Add func.
---

This was 1/3 of the original series.  No difference.  At this
point, any global change to use __func__ would have to come
at the end of the series, to avoid churn in the middle.

 bootstrap.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 1e193d9..7bd0f80 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -27,6 +27,7 @@ close
 connect
 count-one-bits
 dirname-lgpl
+func
 getaddrinfo
 gethostname
 getpass
-- 
1.7.0.1




More information about the libvir-list mailing list