summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx15/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx15/init.c')
-rw-r--r--testsuites/psxtests/psx15/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx15/init.c b/testsuites/psxtests/psx15/init.c
index e60a5bd9b9..cc1f01caa6 100644
--- a/testsuites/psxtests/psx15/init.c
+++ b/testsuites/psxtests/psx15/init.c
@@ -23,6 +23,9 @@
#include "tmacros.h"
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument argument);
+
/*
* This test case shows that post switch extension handlers must cope with
* already deleted resources (e.g. _POSIX_signals_Post_switch_extension()).