microblaze: Pass a ucontext * as 3rd sighandler arg
commitb2178704e46d061b6162ebd37a19e0db02ccbd77
authorEdgar E. Iglesias <edgar.iglesias@petalogix.com>
Fri, 23 Jul 2010 07:30:37 +0000 (23 09:30 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Fri, 23 Jul 2010 07:30:37 +0000 (23 09:30 +0200)
tree8b312b2c8a7e0cf4c30dc91d479054c584437466
parent24ab68ac7278129004b4afa05f074c55e3a90b05
microblaze: Pass a ucontext * as 3rd sighandler arg

There is disagreement between microblaze glibc and the kernel
to what the third arg of signal handlers should point to.

Change QEMU linux-user to match the kernel port. glibc patches
are pending.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
linux-user/signal.c