]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/xen/xen_pvdev.h
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
[mirror_qemu.git] / include / hw / xen / xen_pvdev.h
index 83e5174d902951cff64c87dfcc82f62af0b7d9b5..7cd4bc2b828426b1e67694d0af970bfa15ec9c14 100644 (file)
@@ -76,6 +76,6 @@ void xen_pv_unbind_evtchn(struct XenLegacyDevice *xendev);
 int xen_pv_send_notify(struct XenLegacyDevice *xendev);
 
 void xen_pv_printf(struct XenLegacyDevice *xendev, int msg_level,
-                   const char *fmt, ...)  GCC_FMT_ATTR(3, 4);
+                   const char *fmt, ...)  G_GNUC_PRINTF(3, 4);
 
 #endif /* QEMU_HW_XEN_PVDEV_H */