summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx03')
-rw-r--r--testsuites/psxtests/psx03/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx03/init.c b/testsuites/psxtests/psx03/init.c
index 0b6faa0d15..628bdd8010 100644
--- a/testsuites/psxtests/psx03/init.c
+++ b/testsuites/psxtests/psx03/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -16,6 +16,7 @@
volatile int Signal_occurred;
volatile int Signal_count;
+void Signal_handler( int signo );
void Signal_handler(
int signo