summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstrsignal01
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-04-04 17:14:11 -0500
committerJoel Sherrill <joel@rtems.org>2017-04-04 17:14:11 -0500
commit281cf07397183edb6e2e17be7376bddedd50a8b6 (patch)
tree3f6d348b49b403921178ab3f93674a12710c240d /testsuites/psxtests/psxstrsignal01
parentgen68340/startup/dumppanic.c: Fix warnings (diff)
downloadrtems-281cf07397183edb6e2e17be7376bddedd50a8b6.tar.bz2
psxstrsignal01: Remove warnings
Diffstat (limited to 'testsuites/psxtests/psxstrsignal01')
-rw-r--r--testsuites/psxtests/psxstrsignal01/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxstrsignal01/init.c b/testsuites/psxtests/psxstrsignal01/init.c
index 82b517fc66..9614fb99aa 100644
--- a/testsuites/psxtests/psxstrsignal01/init.c
+++ b/testsuites/psxtests/psxstrsignal01/init.c
@@ -57,6 +57,10 @@ Signals_t Signals[] = {
{ NULL, -1 },
};
+void do_test(void);
+void do_test_rt(void);
+void *POSIX_Init(void *unused);
+
void do_test(void)
{
int i;