Revision e5924d89 bsd-user/qemu.h

b/bsd-user/qemu.h
139 139
abi_long do_openbsd_syscall(void *cpu_env, int num, abi_long arg1,
140 140
                            abi_long arg2, abi_long arg3, abi_long arg4,
141 141
                            abi_long arg5, abi_long arg6);
142
void gemu_log(const char *fmt, ...) __attribute__((format(printf,1,2)));
142
void gemu_log(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
143 143
extern THREAD CPUState *thread_env;
144 144
void cpu_loop(CPUState *env);
145 145
char *target_strerror(int err);

Also available in: Unified diff