summaryrefslogtreecommitdiffstats
path: root/emulators/frodo/files/patch-SAM.cpp
blob: c1c814fd4349c52a0fdd7ae19d3f0e12f47f0c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- SAM.cpp.orig	Sat Nov 30 01:25:40 2002
+++ SAM.cpp	Sat Nov 30 01:26:38 2002
@@ -205,7 +205,7 @@
 
 // Prototypes
 static void error(char *s);
-static void handle_abort(...);
+static void handle_abort(int sig);
 static void init_abort(void);
 static void exit_abort(void);
 static bool aborted(void);
@@ -470,7 +470,7 @@
 struct sigaction my_sa;
 #endif
 
-static void handle_abort(...)
+static void handle_abort(int sig)
 {
 	WasAborted = true;
 #if !defined(HAVE_SIGACTION) && defined(HAVE_SIGNAL)
OpenPOWER on IntegriCloud