]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/qemu.h
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
[mirror_qemu.git] / bsd-user / qemu.h
index af272c2a802a5a9575ea6fba9248428f36cbd896..21c06f2e70032a4ef723a8a4a40201e3d2293d46 100644 (file)
@@ -175,7 +175,7 @@ abi_long do_netbsd_syscall(void *cpu_env, int num, abi_long arg1,
 abi_long do_openbsd_syscall(void *cpu_env, int num, abi_long arg1,
                             abi_long arg2, abi_long arg3, abi_long arg4,
                             abi_long arg5, abi_long arg6);
-void gemu_log(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
+void gemu_log(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
 extern __thread CPUState *thread_cpu;
 void cpu_loop(CPUArchState *env);
 char *target_strerror(int err);