diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-31 12:16:51 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-31 12:16:51 +0000 |
commit | 5a7b542bbd6d79a049b4a1ab5fe3e284fac46e9a (patch) | |
tree | ccf15bf45b0eef9ceb32a3b381e7a4b6569974ae /target-sparc | |
parent | fd6776422bb97e957f7771a84fd4f1399557b973 (diff) | |
download | qemu-5a7b542bbd6d79a049b4a1ab5fe3e284fac46e9a.zip qemu-5a7b542bbd6d79a049b4a1ab5fe3e284fac46e9a.tar.gz qemu-5a7b542bbd6d79a049b4a1ab5fe3e284fac46e9a.tar.bz2 |
siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2369 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc')
-rw-r--r-- | target-sparc/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 86c23200..5c4593a 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -275,8 +275,7 @@ void cpu_set_cwp(CPUSPARCState *env1, int new_cwp); } while (0) #endif -struct siginfo; -int cpu_sparc_signal_handler(int hostsignum, struct siginfo *info, void *puc); +int cpu_sparc_signal_handler(int host_signum, void *pinfo, void *puc); #include "cpu-all.h" |