[libvirt] [PATCH] Fix incorrect symbols for virtime.h module breaking Mingw32

Daniel P. Berrange berrange at redhat.com
Mon Dec 5 14:05:53 UTC 2011


From: "Daniel P. Berrange" <berrange at redhat.com>

The Mingw32 linker highlighted that the symbols for virtime.h
declared in libvirt_private.syms were incorrect

* src/libvirt_private.syms: Fix virtime.h symbols
---
 src/libvirt_private.syms |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

Pushing as a build-breaker fix

diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 3a6ab07..99a1099 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -1387,13 +1387,16 @@ virKeycodeValueTranslate;
 
 
 # virtime.h
-virTimeMillisNow;
 virTimeFieldsNow;
+virTimeFieldsNowRaw;
 virTimeFieldsThen;
+virTimeFieldsThenRaw;
+virTimeMillisNow;
+virTimeMillisNowRaw;
 virTimeStringNow;
+virTimeStringNowRaw;
 virTimeStringThen;
-virTimeStringNewNow;
-virTimeStringNewThen;
+virTimeStringThenRaw;
 
 
 # xml.h
-- 
1.7.6.4




More information about the libvir-list mailing list