]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/glib-compat.h
backends/iommufd: Remove mutex
[mirror_qemu.git] / include / glib-compat.h
index 3113a7d2af84185ccc28ce7186008c91fa46f603..43a562974d80e525d4146aaaaea9830b6bc5178f 100644 (file)
@@ -147,4 +147,8 @@ qemu_g_test_slow(void)
 
 #pragma GCC diagnostic pop
 
+#ifndef G_NORETURN
+#define G_NORETURN G_GNUC_NORETURN
+#endif
+
 #endif