summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal02
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 06:25:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 06:25:04 +0000
commitb6912c40f8ec9c74a51d136da78e449033be7e14 (patch)
treef98507a4925c87ff5b2323f7ebc87f6bff5286c6 /testsuites/psxtests/psxfatal02
parent2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b6912c40f8ec9c74a51d136da78e449033be7e14.tar.bz2
Remove unused vars.
Add missing prototypes.
Diffstat (limited to 'testsuites/psxtests/psxfatal02')
-rw-r--r--testsuites/psxtests/psxfatal02/testcase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxfatal02/testcase.h b/testsuites/psxtests/psxfatal02/testcase.h
index 09dd5b80f8..d03b9b2c4f 100644
--- a/testsuites/psxtests/psxfatal02/testcase.h
+++ b/testsuites/psxtests/psxfatal02/testcase.h
@@ -30,7 +30,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
#define FATAL_ERROR_EXPECTED_IS_INTERNAL TRUE
#define FATAL_ERROR_EXPECTED_ERROR EAGAIN
-void force_error()
+void force_error(void)
{
/* we will not run this far */
}