]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix incorrect symbols for virtime.h module breaking Mingw32
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 5 Dec 2011 14:04:25 +0000 (14:04 +0000)
committerEric Blake <eblake@redhat.com>
Wed, 16 May 2012 23:07:31 +0000 (17:07 -0600)
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
(cherry picked from commit b265beda55dd13c6e1a578285ae64191caed2694)

src/libvirt_private.syms

index b804b3476f2198e7a0922ba985ed19537db8b94a..e4ade249025fd4d272db7cc392112009a613d98a 100644 (file)
@@ -1196,13 +1196,16 @@ virKeycodeValueTranslate;
 
 
 # virtime.h
-virTimeMillisNow;
 virTimeFieldsNow;
+virTimeFieldsNowRaw;
 virTimeFieldsThen;
+virTimeFieldsThenRaw;
+virTimeMillisNow;
+virTimeMillisNowRaw;
 virTimeStringNow;
+virTimeStringNowRaw;
 virTimeStringThen;
-virTimeStringNewNow;
-virTimeStringNewThen;
+virTimeStringThenRaw;
 
 
 # xml.h