[rtems commit] psxstrsignal01: Remove warnings
Joel Sherrill
joel at rtems.org
Tue Apr 4 20:13:36 UTC 2017
Module: rtems
Branch: master
Commit: 281cf07397183edb6e2e17be7376bddedd50a8b6
Changeset: http://git.rtems.org/rtems/commit/?id=281cf07397183edb6e2e17be7376bddedd50a8b6
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Apr 4 17:14:11 2017 -0500
psxstrsignal01: Remove warnings
---
testsuites/psxtests/psxstrsignal01/init.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testsuites/psxtests/psxstrsignal01/init.c b/testsuites/psxtests/psxstrsignal01/init.c
index 82b517f..9614fb9 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;
More information about the vc
mailing list