commit | b2178704e46d061b6162ebd37a19e0db02ccbd77 | [log] [tgz] |
---|---|---|
author | Edgar E. Iglesias <edgar.iglesias@petalogix.com> | Fri Jul 23 09:30:37 2010 +0200 |
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | Fri Jul 23 09:30:37 2010 +0200 |
tree | 8b312b2c8a7e0cf4c30dc91d479054c584437466 | |
parent | 24ab68ac7278129004b4afa05f074c55e3a90b05 [diff] |
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>