From 99a0949b720a0936da2052cb9a46db04ffc6db29 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 1 Oct 2009 22:20:47 +0400 Subject: Get rid of _t suffix Some not so obvious bits, slirp and Xen were left alone for the time being. Signed-off-by: malc --- darwin-user/qemu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin-user/qemu.h') diff --git a/darwin-user/qemu.h b/darwin-user/qemu.h index 462bbdac22..4084819d9b 100644 --- a/darwin-user/qemu.h +++ b/darwin-user/qemu.h @@ -10,7 +10,7 @@ #include "gdbstub.h" -typedef siginfo_t target_siginfo_t; +typedef siginfo_t a_target_siginfo; #define target_sigaction sigaction #ifdef TARGET_I386 struct target_pt_regs { -- cgit v1.2.1