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 --- linux-user/sh4/target_signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user/sh4') diff --git a/linux-user/sh4/target_signal.h b/linux-user/sh4/target_signal.h index e148da0..a241a89 100644 --- a/linux-user/sh4/target_signal.h +++ b/linux-user/sh4/target_signal.h @@ -9,7 +9,7 @@ typedef struct target_sigaltstack { abi_ulong ss_sp; abi_long ss_flags; abi_ulong ss_size; -} target_stack_t; +} a_target_stack; /* -- cgit v1.1