Revision e5924d89 darwin-user/qemu.h

b/darwin-user/qemu.h
99 99
                 struct sigaction *oact);
100 100
int do_sigaltstack(const struct sigaltstack *ss, struct sigaltstack *oss);
101 101

  
102
void gemu_log(const char *fmt, ...) __attribute__((format(printf,1,2)));
102
void gemu_log(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
103 103
void qerror(const char *fmt, ...);
104 104

  
105 105
void write_dt(void *ptr, unsigned long addr, unsigned long limit, int flags);

Also available in: Unified diff