summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ap
blob: c4fe829f41d6a11ffbe8897678b47f4090dd67f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ap,v 1.1 2004/11/15 11:35:30 xtraeme Exp $

--- target-sparc/cpu.h	9 Oct 2004 18:08:01 -0000	1.8
+++ target-sparc/cpu.h	15 Nov 2004 09:09:31 -0000
@@ -145,8 +145,7 @@
 int cpu_sparc_exec(CPUSPARCState *s);
 int cpu_sparc_close(CPUSPARCState *s);
 
-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);
 
 #define TARGET_PAGE_BITS 12 /* 4k */
 #include "cpu-all.h"