Re: [Qemu-devel] [PATCH 1/7] microblaze: target-ify target_ucontext

2010-11-23 Thread Edgar E. Iglesias
On Mon, Nov 22, 2010 at 02:57:52PM -0800, Richard Henderson wrote: > From: Richard Henderson > > Rename the members of target_ucontext so that they don't conflict > with possible host macros for ucontext members. This has already > been done for the other targets. Thanks, I applied this one. C

[Qemu-devel] [PATCH 1/7] microblaze: target-ify target_ucontext

2010-11-22 Thread Richard Henderson
From: Richard Henderson Rename the members of target_ucontext so that they don't conflict with possible host macros for ucontext members. This has already been done for the other targets. Signed-off-by: Richard Henderson --- linux-user/signal.c | 18 +- 1 files changed, 9 in