]> 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)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 5 Dec 2011 14:05:22 +0000 (14:05 +0000)
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

index 3a6ab070f836bc4eb3b34a52f7a3bb0117ad9216..99a109922f16f609ed260c10880a134efc3878fe 100644 (file)
@@ -1387,13 +1387,16 @@ virKeycodeValueTranslate;
 
 
 # virtime.h
-virTimeMillisNow;
 virTimeFieldsNow;
+virTimeFieldsNowRaw;
 virTimeFieldsThen;
+virTimeFieldsThenRaw;
+virTimeMillisNow;
+virTimeMillisNowRaw;
 virTimeStringNow;
+virTimeStringNowRaw;
 virTimeStringThen;
-virTimeStringNewNow;
-virTimeStringNewThen;
+virTimeStringThenRaw;
 
 
 # xml.h