summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ap
blob: 0e552ee8342178f2e25fbf80c6d586dc6b338509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- target-sparc/cpu.h.orig	2005-07-29 18:24:50.000000000 +0200
+++ target-sparc/cpu.h	2005-07-29 18:25:12.000000000 +0200
@@ -284,8 +284,7 @@
     } while (0)
 #endif
 
-struct siginfo;
-int cpu_sparc_signal_handler(int hostsignum, struct siginfo *info, void *puc);
+int cpu_sparc_signal_handler(int hostsignum, siginfo_t *info, void *puc);
 
 #include "cpu-all.h"